Html Css Color HEX #992242 Lipstick

📋 copy color: '#992242'

red 153 ◦ green 34 ◦ blue 66

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

Shades of Lipstick #992242

Tints of Lipstick #992242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.09%

R = 60.47%
G = 13.44%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#992242 (or 0x992242) is known color: Lipstick. HEX triplet: 99, 22 and 42. RGB value is (153,34,66). Sum of RGB (Red+Green+Blue) = 153+34+66=253 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.47% from 253); Green value is 34 (13.67% from 255 or 13.44% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 153 - color contains mainly: red. Hex color #992242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992242 is #66DDBD. Grayscale: #494949. Windows color (decimal): -6741438 or 4334233. OLE color: 4334233.

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

Color convert

RGB 153 34 66 -
CMYK 0 0.78 0.57 0.4
HSL 343.87º 0.64% 0.37% -
HSV(B) 343.87º 0.78% 0.6% -
XYZ 14.69 8.31 5.98 -
YUV 73.23 123.92 184.9 -
System Red Green Blue C M Y K H S L
Decimal 153 34 66 0 0.78 0.57 0.4 343.87 0.64 0.37
Hex 99 22 42 0 4E 39 28 158 40 25
Octal 231 42 102 0 116 71 50 530 100 45
Binary 10011001 100010 1000010 0 1001110 111001 101000 101011000 1000000 100101

Color Harmonies of #992242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992242

Black with #992242

Text Example


Text Example

White with #992242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992242; }

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

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

background-color css

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

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

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

border-color css

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

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

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