Html Css Color HEX #96174B Lipstick

📋 copy color: '#96174B'

red 150 ◦ green 23 ◦ blue 75

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

Shades of Lipstick #96174B

Tints of Lipstick #96174B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 30.24%

R = 60.48%
G = 9.27%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.5

 K value IS 0.41

RGB Variations

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

Color information

#96174B (or 0x96174B) is known color: Lipstick. HEX triplet: 96, 17 and 4B. RGB value is (150,23,75). Sum of RGB (Red+Green+Blue) = 150+23+75=248 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.48% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 150 - color contains mainly: red. Hex color #96174B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96174B is #69E8B4. Grayscale: #424242. Windows color (decimal): -6940853 or 4921238. OLE color: 4921238.

HSL color Cylindrical-coordinate representation of color #96174B: hue angle of 335.43º 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 #96174B is Cyan = 0, Magento = 0.85, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 23 75 -
CMYK 0 0.85 0.5 0.41
HSL 335.43º 0.73% 0.34% -
HSV(B) 335.43º 0.85% 0.59% -
XYZ 14.15 7.6 7.38 -
YUV 66.9 132.58 187.27 -
System Red Green Blue C M Y K H S L
Decimal 150 23 75 0 0.85 0.5 0.41 335.43 0.73 0.34
Hex 96 17 4B 0 55 32 29 14F 49 22
Octal 226 27 113 0 125 62 51 517 111 42
Binary 10010110 10111 1001011 0 1010101 110010 101001 101001111 1001001 100010

Color Harmonies of #96174B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96174B

Black with #96174B

Text Example


Text Example

White with #96174B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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