Html Css Color HEX #992A59 Lipstick

📋 copy color: '#992A59'

red 153 ◦ green 42 ◦ blue 89

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

Shades of Lipstick #992A59

Tints of Lipstick #992A59

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.79%

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

R = 53.87%
G = 14.79%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#992A59 (or 0x992A59) is known color: Lipstick. HEX triplet: 99, 2A and 59. RGB value is (153,42,89). Sum of RGB (Red+Green+Blue) = 153+42+89=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #992A59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992A59 is #66D5A6. Grayscale: #505050. Windows color (decimal): -6739367 or 5843609. OLE color: 5843609.

HSL color Cylindrical-coordinate representation of color #992A59: hue angle of 334.59º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #992A59 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 42 89 -
CMYK 0 0.73 0.42 0.4
HSL 334.59º 0.57% 0.38% -
HSV(B) 334.59º 0.73% 0.6% -
XYZ 15.77 9.15 10.39 -
YUV 80.55 132.77 179.68 -
System Red Green Blue C M Y K H S L
Decimal 153 42 89 0 0.73 0.42 0.4 334.59 0.57 0.38
Hex 99 2A 59 0 49 2A 28 14F 39 26
Octal 231 52 131 0 111 52 50 517 71 46
Binary 10011001 101010 1011001 0 1001001 101010 101000 101001111 111001 100110

Color Harmonies of #992A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992A59

Black with #992A59

Text Example


Text Example

White with #992A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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