Html Css Color HEX #992B59 Lipstick

📋 copy color: '#992B59'

red 153 ◦ green 43 ◦ blue 89

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

Shades of Lipstick #992B59

Tints of Lipstick #992B59

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.09%

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

R = 53.68%
G = 15.09%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#992B59 (or 0x992B59) is known color: Lipstick. HEX triplet: 99, 2B and 59. RGB value is (153,43,89). Sum of RGB (Red+Green+Blue) = 153+43+89=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 43 (17.19% from 255 or 15.09% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #992B59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992B59 is #66D4A6. Grayscale: #515151. Windows color (decimal): -6739111 or 5843865. OLE color: 5843865.

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

Color convert

RGB 153 43 89 -
CMYK 0 0.72 0.42 0.4
HSL 334.91º 0.56% 0.38% -
HSV(B) 334.91º 0.72% 0.6% -
XYZ 15.8 9.22 10.4 -
YUV 81.13 132.44 179.26 -
System Red Green Blue C M Y K H S L
Decimal 153 43 89 0 0.72 0.42 0.4 334.91 0.56 0.38
Hex 99 2B 59 0 48 2A 28 14F 38 26
Octal 231 53 131 0 110 52 50 517 70 46
Binary 10011001 101011 1011001 0 1001000 101010 101000 101001111 111000 100110

Color Harmonies of #992B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992B59

Black with #992B59

Text Example


Text Example

White with #992B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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