Html Css Color HEX #96174C Lipstick

📋 copy color: '#96174C'

red 150 ◦ green 23 ◦ blue 76

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

Shades of Lipstick #96174C

Tints of Lipstick #96174C

RGB

 RED value IS 150 (58.98% from 255) = 60.24%

 GREEN value IS 23 (9.38% from 255) = 9.24%

 BLUE value IS 76 (30.08% from 255) = 30.52%

R = 60.24%
G = 9.24%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#96174C (or 0x96174C) is known color: Lipstick. HEX triplet: 96, 17 and 4C. RGB value is (150,23,76). Sum of RGB (Red+Green+Blue) = 150+23+76=249 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.24% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 150 - color contains mainly: red. Hex color #96174C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96174C is #69E8B3. Grayscale: #424242. Windows color (decimal): -6940852 or 4986774. OLE color: 4986774.

HSL color Cylindrical-coordinate representation of color #96174C: hue angle of 334.96º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #96174C is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 23 76 -
CMYK 0 0.85 0.49 0.41
HSL 334.96º 0.73% 0.34% -
HSV(B) 334.96º 0.85% 0.59% -
XYZ 14.19 7.62 7.56 -
YUV 67.02 133.08 187.19 -
System Red Green Blue C M Y K H S L
Decimal 150 23 76 0 0.85 0.49 0.41 334.96 0.73 0.34
Hex 96 17 4C 0 55 31 29 14F 49 22
Octal 226 27 114 0 125 61 51 517 111 42
Binary 10010110 10111 1001100 0 1010101 110001 101001 101001111 1001001 100010

Color Harmonies of #96174C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96174C

Black with #96174C

Text Example


Text Example

White with #96174C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96174C; }

 p { color: rgb(150,23,76); }

 H1.HeaderClassName
 {
   color: #96174C;
 }
 .AnyTagClassName
 {
   color: #96174C;
 }
</style>

background-color css

<style>
 a { background-color: #96174C; }

 a { background-color: rgb(150,23,76); }

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

border-color css

<style>
 span { border-color: #96174C; }

 span { border-color: rgb(150,23,76); }

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