Html Css Color HEX #992842 Lipstick

📋 copy color: '#992842'

red 153 ◦ green 40 ◦ blue 66

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

Shades of Lipstick #992842

Tints of Lipstick #992842

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.44%

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

R = 59.07%
G = 15.44%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#992842 (or 0x992842) is known color: Lipstick. HEX triplet: 99, 28 and 42. RGB value is (153,40,66). Sum of RGB (Red+Green+Blue) = 153+40+66=259 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.07% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 153 - color contains mainly: red. Hex color #992842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992842 is #66D7BD. Grayscale: #4C4C4C. Windows color (decimal): -6739902 or 4335769. OLE color: 4335769.

HSL color Cylindrical-coordinate representation of color #992842: hue angle of 346.19º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #992842 is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 40 66 -
CMYK 0 0.74 0.57 0.4
HSL 346.19º 0.59% 0.38% -
HSV(B) 346.19º 0.74% 0.6% -
XYZ 14.88 8.68 6.05 -
YUV 76.75 121.94 182.39 -
System Red Green Blue C M Y K H S L
Decimal 153 40 66 0 0.74 0.57 0.4 346.19 0.59 0.38
Hex 99 28 42 0 4A 39 28 15A 3B 26
Octal 231 50 102 0 112 71 50 532 73 46
Binary 10011001 101000 1000010 0 1001010 111001 101000 101011010 111011 100110

Color Harmonies of #992842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992842

Black with #992842

Text Example


Text Example

White with #992842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992842; }

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

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

background-color css

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

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

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

border-color css

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

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

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