Html Css Color HEX #992446 Lipstick

📋 copy color: '#992446'

red 153 ◦ green 36 ◦ blue 70

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

Shades of Lipstick #992446

Tints of Lipstick #992446

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.9%

 BLUE value IS 70 (27.73% from 255) = 27.03%

R = 59.07%
G = 13.9%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.4

RGB Variations

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

Color information

#992446 (or 0x992446) is known color: Lipstick. HEX triplet: 99, 24 and 46. RGB value is (153,36,70). Sum of RGB (Red+Green+Blue) = 153+36+70=259 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.07% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 70 (27.73% from 255 or 27.03% from 259); Max value from RGB is 153 - color contains mainly: red. Hex color #992446 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992446 is #66DBB9. Grayscale: #4A4A4A. Windows color (decimal): -6740922 or 4596889. OLE color: 4596889.

HSL color Cylindrical-coordinate representation of color #992446: hue angle of 342.56º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #992446 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 36 70 -
CMYK 0 0.76 0.54 0.4
HSL 342.56º 0.62% 0.37% -
HSV(B) 342.56º 0.76% 0.6% -
XYZ 14.87 8.48 6.65 -
YUV 74.86 125.26 183.74 -
System Red Green Blue C M Y K H S L
Decimal 153 36 70 0 0.76 0.54 0.4 342.56 0.62 0.37
Hex 99 24 46 0 4C 36 28 157 3E 25
Octal 231 44 106 0 114 66 50 527 76 45
Binary 10011001 100100 1000110 0 1001100 110110 101000 101010111 111110 100101

Color Harmonies of #992446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992446

Black with #992446

Text Example


Text Example

White with #992446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992446; }

 p { color: rgb(153,36,70); }

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

background-color css

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

 a { background-color: rgb(153,36,70); }

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

border-color css

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

 span { border-color: rgb(153,36,70); }

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