Html Css Color HEX #992144 Lipstick

📋 copy color: '#992144'

red 153 ◦ green 33 ◦ blue 68

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

Shades of Lipstick #992144

Tints of Lipstick #992144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 26.77%

R = 60.24%
G = 12.99%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.4

RGB Variations

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

Color information

#992144 (or 0x992144) is known color: Lipstick. HEX triplet: 99, 21 and 44. RGB value is (153,33,68). Sum of RGB (Red+Green+Blue) = 153+33+68=254 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.24% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 68 (26.95% from 255 or 26.77% from 254); Max value from RGB is 153 - color contains mainly: red. Hex color #992144 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992144 is #66DEBB. Grayscale: #484848. Windows color (decimal): -6741692 or 4465049. OLE color: 4465049.

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

Color convert

RGB 153 33 68 -
CMYK 0 0.78 0.56 0.4
HSL 342.5º 0.65% 0.36% -
HSV(B) 342.5º 0.78% 0.6% -
XYZ 14.72 8.28 6.29 -
YUV 72.87 125.26 185.15 -
System Red Green Blue C M Y K H S L
Decimal 153 33 68 0 0.78 0.56 0.4 342.5 0.65 0.36
Hex 99 21 44 0 4E 38 28 156 41 24
Octal 231 41 104 0 116 70 50 526 101 44
Binary 10011001 100001 1000100 0 1001110 111000 101000 101010110 1000001 100100

Color Harmonies of #992144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992144

Black with #992144

Text Example


Text Example

White with #992144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992144; }

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

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

background-color css

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

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

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

border-color css

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

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

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