Html Css Color HEX #992049 Lipstick

📋 copy color: '#992049'

red 153 ◦ green 32 ◦ blue 73

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

Shades of Lipstick #992049

Tints of Lipstick #992049

RGB

 RED value IS 153 (60.16% from 255) = 59.3%

 GREEN value IS 32 (12.89% from 255) = 12.4%

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

R = 59.3%
G = 12.4%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#992049 (or 0x992049) is known color: Lipstick. HEX triplet: 99, 20 and 49. RGB value is (153,32,73). Sum of RGB (Red+Green+Blue) = 153+32+73=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #992049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992049 is #66DFB6. Grayscale: #484848. Windows color (decimal): -6741943 or 4792473. OLE color: 4792473.

HSL color Cylindrical-coordinate representation of color #992049: hue angle of 339.67º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #992049 is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 32 73 -
CMYK 0 0.79 0.52 0.4
HSL 339.67º 0.65% 0.36% -
HSV(B) 339.67º 0.79% 0.6% -
XYZ 14.86 8.29 7.12 -
YUV 72.85 128.09 185.17 -
System Red Green Blue C M Y K H S L
Decimal 153 32 73 0 0.79 0.52 0.4 339.67 0.65 0.36
Hex 99 20 49 0 4F 34 28 154 41 24
Octal 231 40 111 0 117 64 50 524 101 44
Binary 10011001 100000 1001001 0 1001111 110100 101000 101010100 1000001 100100

Color Harmonies of #992049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992049

Black with #992049

Text Example


Text Example

White with #992049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992049; }

 p { color: rgb(153,32,73); }

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

background-color css

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

 a { background-color: rgb(153,32,73); }

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

border-color css

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

 span { border-color: rgb(153,32,73); }

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