Html Css Color HEX #992249 Lipstick

📋 copy color: '#992249'

red 153 ◦ green 34 ◦ blue 73

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

Shades of Lipstick #992249

Tints of Lipstick #992249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.08%

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

R = 58.85%
G = 13.08%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#992249 (or 0x992249) is known color: Lipstick. HEX triplet: 99, 22 and 49. RGB value is (153,34,73). Sum of RGB (Red+Green+Blue) = 153+34+73=260 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.85% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 153 - color contains mainly: red. Hex color #992249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992249 is #66DDB6. Grayscale: #494949. Windows color (decimal): -6741431 or 4792985. OLE color: 4792985.

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

Color convert

RGB 153 34 73 -
CMYK 0 0.78 0.52 0.4
HSL 340.34º 0.64% 0.37% -
HSV(B) 340.34º 0.78% 0.6% -
XYZ 14.91 8.4 7.14 -
YUV 74.03 127.42 184.33 -
System Red Green Blue C M Y K H S L
Decimal 153 34 73 0 0.78 0.52 0.4 340.34 0.64 0.37
Hex 99 22 49 0 4E 34 28 154 40 25
Octal 231 42 111 0 116 64 50 524 100 45
Binary 10011001 100010 1001001 0 1001110 110100 101000 101010100 1000000 100101

Color Harmonies of #992249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992249

Black with #992249

Text Example


Text Example

White with #992249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992249; }

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

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

background-color css

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

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

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

border-color css

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

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

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