Html Css Color HEX #992244 Lipstick

📋 copy color: '#992244'

red 153 ◦ green 34 ◦ blue 68

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

Shades of Lipstick #992244

Tints of Lipstick #992244

RGB

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

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

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

R = 60%
G = 13.33%
B = 26.67%

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

#992244 (or 0x992244) is known color: Lipstick. HEX triplet: 99, 22 and 44. RGB value is (153,34,68). Sum of RGB (Red+Green+Blue) = 153+34+68=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 68 (26.95% from 255 or 26.67% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #992244 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992244 is #66DDBB. Grayscale: #494949. Windows color (decimal): -6741436 or 4465305. OLE color: 4465305.

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

Color convert

RGB 153 34 68 -
CMYK 0 0.78 0.56 0.4
HSL 342.86º 0.64% 0.37% -
HSV(B) 342.86º 0.78% 0.6% -
XYZ 14.75 8.33 6.3 -
YUV 73.46 124.92 184.74 -
System Red Green Blue C M Y K H S L
Decimal 153 34 68 0 0.78 0.56 0.4 342.86 0.64 0.37
Hex 99 22 44 0 4E 38 28 157 40 25
Octal 231 42 104 0 116 70 50 527 100 45
Binary 10011001 100010 1000100 0 1001110 111000 101000 101010111 1000000 100101

Color Harmonies of #992244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992244

Black with #992244

Text Example


Text Example

White with #992244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992244; }

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

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

background-color css

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

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

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

border-color css

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

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

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