Html Css Color HEX #992449 Lipstick

📋 copy color: '#992449'

red 153 ◦ green 36 ◦ blue 73

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

Shades of Lipstick #992449

Tints of Lipstick #992449

RGB

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

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

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

R = 58.4%
G = 13.74%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#992449 (or 0x992449) is known color: Lipstick. HEX triplet: 99, 24 and 49. RGB value is (153,36,73). Sum of RGB (Red+Green+Blue) = 153+36+73=262 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.40% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 153 - color contains mainly: red. Hex color #992449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992449 is #66DBB6. Grayscale: #4B4B4B. Windows color (decimal): -6740919 or 4793497. OLE color: 4793497.

HSL color Cylindrical-coordinate representation of color #992449: hue angle of 341.03º 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 #992449 is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 36 73 -
CMYK 0 0.76 0.52 0.4
HSL 341.03º 0.62% 0.37% -
HSV(B) 341.03º 0.76% 0.6% -
XYZ 14.97 8.52 7.16 -
YUV 75.2 126.76 183.49 -
System Red Green Blue C M Y K H S L
Decimal 153 36 73 0 0.76 0.52 0.4 341.03 0.62 0.37
Hex 99 24 49 0 4C 34 28 155 3E 25
Octal 231 44 111 0 114 64 50 525 76 45
Binary 10011001 100100 1001001 0 1001100 110100 101000 101010101 111110 100101

Color Harmonies of #992449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992449

Black with #992449

Text Example


Text Example

White with #992449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992449; }

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

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

background-color css

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

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

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

border-color css

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

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

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