Html Css Color HEX #992042 Lipstick

📋 copy color: '#992042'

red 153 ◦ green 32 ◦ blue 66

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

Shades of Lipstick #992042

Tints of Lipstick #992042

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.75%

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

R = 60.96%
G = 12.75%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#992042 (or 0x992042) is known color: Lipstick. HEX triplet: 99, 20 and 42. RGB value is (153,32,66). Sum of RGB (Red+Green+Blue) = 153+32+66=251 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.96% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 153 - color contains mainly: red. Hex color #992042 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992042 is #66DFBD. Grayscale: #484848. Windows color (decimal): -6741950 or 4333721. OLE color: 4333721.

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

Color convert

RGB 153 32 66 -
CMYK 0 0.79 0.57 0.4
HSL 343.14º 0.65% 0.36% -
HSV(B) 343.14º 0.79% 0.6% -
XYZ 14.64 8.2 5.97 -
YUV 72.06 124.59 185.74 -
System Red Green Blue C M Y K H S L
Decimal 153 32 66 0 0.79 0.57 0.4 343.14 0.65 0.36
Hex 99 20 42 0 4F 39 28 157 41 24
Octal 231 40 102 0 117 71 50 527 101 44
Binary 10011001 100000 1000010 0 1001111 111001 101000 101010111 1000001 100100

Color Harmonies of #992042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992042

Black with #992042

Text Example


Text Example

White with #992042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992042; }

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

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

background-color css

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

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

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

border-color css

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

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

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