Html Css Color HEX #97375F Lipstick

📋 copy color: '#97375F'

red 151 ◦ green 55 ◦ blue 95

#97375F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lipstick #97375F

Tints of Lipstick #97375F

RGB

 RED value IS 151 (59.38% from 255) = 50.17%

 GREEN value IS 55 (21.88% from 255) = 18.27%

 BLUE value IS 95 (37.5% from 255) = 31.56%

R = 50.17%
G = 18.27%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.41

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#97375F (or 0x97375F) is known color: Lipstick. HEX triplet: 97, 37 and 5F. RGB value is (151,55,95). Sum of RGB (Red+Green+Blue) = 151+55+95=301 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.17% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 151 - color contains mainly: red. Hex color #97375F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97375F is #68C8A0. Grayscale: #585858. Windows color (decimal): -6867105 or 6240151. OLE color: 6240151.

HSL color Cylindrical-coordinate representation of color #97375F: hue angle of 335º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #97375F is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 55 95 -
CMYK 0 0.64 0.37 0.41
HSL 335º 0.47% 0.4% -
HSV(B) 335º 0.64% 0.59% -
XYZ 16.19 10.14 11.93 -
YUV 88.26 131.8 172.75 -
System Red Green Blue C M Y K H S L
Decimal 151 55 95 0 0.64 0.37 0.41 335 0.47 0.4
Hex 97 37 5F 0 40 25 29 14F 2F 28
Octal 227 67 137 0 100 45 51 517 57 50
Binary 10010111 110111 1011111 0 1000000 100101 101001 101001111 101111 101000

Color Harmonies of #97375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97375F

Black with #97375F

Text Example


Text Example

White with #97375F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97375F; }

 p { color: rgb(151,55,95); }

 H1.HeaderClassName
 {
   color: #97375F;
 }
 .AnyTagClassName
 {
   color: #97375F;
 }
</style>

background-color css

<style>
 a { background-color: #97375F; }

 a { background-color: rgb(151,55,95); }

 div.DivClassName
 {
   background-color: #97375F;
 }
 .BgClassName
 {
   background-color: #97375F;
 }
</style>

border-color css

<style>
 span { border-color: #97375F; }

 span { border-color: rgb(151,55,95); }

 td.TdClassName
 {
   border-color: #97375F;
 }
 .TagClassName
 {
   border-color: #97375F;
 }
</style>