Html Css Color HEX #992142 Lipstick

📋 copy color: '#992142'

red 153 ◦ green 33 ◦ blue 66

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

Shades of Lipstick #992142

Tints of Lipstick #992142

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.1%

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

R = 60.71%
G = 13.1%
B = 26.19%

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

#992142 (or 0x992142) is known color: Lipstick. HEX triplet: 99, 21 and 42. RGB value is (153,33,66). Sum of RGB (Red+Green+Blue) = 153+33+66=252 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.71% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 153 - color contains mainly: red. Hex color #992142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992142 is #66DEBD. Grayscale: #484848. Windows color (decimal): -6741694 or 4333977. OLE color: 4333977.

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

Color convert

RGB 153 33 66 -
CMYK 0 0.78 0.57 0.4
HSL 343.5º 0.65% 0.36% -
HSV(B) 343.5º 0.78% 0.6% -
XYZ 14.66 8.25 5.97 -
YUV 72.64 124.26 185.32 -
System Red Green Blue C M Y K H S L
Decimal 153 33 66 0 0.78 0.57 0.4 343.5 0.65 0.36
Hex 99 21 42 0 4E 39 28 158 41 24
Octal 231 41 102 0 116 71 50 530 101 44
Binary 10011001 100001 1000010 0 1001110 111001 101000 101011000 1000001 100100

Color Harmonies of #992142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992142

Black with #992142

Text Example


Text Example

White with #992142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992142; }

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

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

background-color css

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

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

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

border-color css

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

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

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