Html Css Color HEX #9C1449 Lipstick

📋 copy color: '#9C1449'

red 156 ◦ green 20 ◦ blue 73

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

Shades of Lipstick #9C1449

Tints of Lipstick #9C1449

RGB

 RED value IS 156 (61.33% from 255) = 62.65%

 GREEN value IS 20 (8.2% from 255) = 8.03%

 BLUE value IS 73 (28.91% from 255) = 29.32%

R = 62.65%
G = 8.03%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#9C1449 (or 0x9C1449) is known color: Lipstick. HEX triplet: 9C, 14 and 49. RGB value is (156,20,73). Sum of RGB (Red+Green+Blue) = 156+20+73=249 (32% of max value = 765). Red value is 156 (61.33% from 255 or 62.65% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1449 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C1449 is #63EBB6. Grayscale: #424242. Windows color (decimal): -6548407 or 4789404. OLE color: 4789404.

HSL color Cylindrical-coordinate representation of color #9C1449: hue angle of 336.62º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C1449 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 20 73 -
CMYK 0 0.87 0.53 0.39
HSL 336.62º 0.77% 0.35% -
HSV(B) 336.62º 0.87% 0.61% -
XYZ 15.16 8.05 7.06 -
YUV 66.71 131.56 191.69 -
System Red Green Blue C M Y K H S L
Decimal 156 20 73 0 0.87 0.53 0.39 336.62 0.77 0.35
Hex 9C 14 49 0 57 35 27 151 4D 23
Octal 234 24 111 0 127 65 47 521 115 43
Binary 10011100 10100 1001001 0 1010111 110101 100111 101010001 1001101 100011

Color Harmonies of #9C1449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1449

Black with #9C1449

Text Example


Text Example

White with #9C1449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C1449; }

 p { color: rgb(156,20,73); }

 H1.HeaderClassName
 {
   color: #9C1449;
 }
 .AnyTagClassName
 {
   color: #9C1449;
 }
</style>

background-color css

<style>
 a { background-color: #9C1449; }

 a { background-color: rgb(156,20,73); }

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

border-color css

<style>
 span { border-color: #9C1449; }

 span { border-color: rgb(156,20,73); }

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