Html Css Color HEX #992259 Lipstick

📋 copy color: '#992259'

red 153 ◦ green 34 ◦ blue 89

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

Shades of Lipstick #992259

Tints of Lipstick #992259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 32.25%

R = 55.43%
G = 12.32%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#992259 (or 0x992259) is known color: Lipstick. HEX triplet: 99, 22 and 59. RGB value is (153,34,89). Sum of RGB (Red+Green+Blue) = 153+34+89=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 89 (35.16% from 255 or 32.25% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #992259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992259 is #66DDA6. Grayscale: #4B4B4B. Windows color (decimal): -6741415 or 5841561. OLE color: 5841561.

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

Color convert

RGB 153 34 89 -
CMYK 0 0.78 0.42 0.4
HSL 332.27º 0.64% 0.37% -
HSV(B) 332.27º 0.78% 0.6% -
XYZ 15.51 8.64 10.3 -
YUV 75.85 135.42 183.03 -
System Red Green Blue C M Y K H S L
Decimal 153 34 89 0 0.78 0.42 0.4 332.27 0.64 0.37
Hex 99 22 59 0 4E 2A 28 14C 40 25
Octal 231 42 131 0 116 52 50 514 100 45
Binary 10011001 100010 1011001 0 1001110 101010 101000 101001100 1000000 100101

Color Harmonies of #992259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992259

Black with #992259

Text Example


Text Example

White with #992259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992259; }

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

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

background-color css

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

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

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

border-color css

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

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

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