Html Css Color HEX #992B55 Lipstick

📋 copy color: '#992B55'

red 153 ◦ green 43 ◦ blue 85

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

Shades of Lipstick #992B55

Tints of Lipstick #992B55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.25%

R = 54.45%
G = 15.3%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#992B55 (or 0x992B55) is known color: Lipstick. HEX triplet: 99, 2B and 55. RGB value is (153,43,85). Sum of RGB (Red+Green+Blue) = 153+43+85=281 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.45% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 153 - color contains mainly: red. Hex color #992B55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992B55 is #66D4AA. Grayscale: #505050. Windows color (decimal): -6739115 or 5581721. OLE color: 5581721.

HSL color Cylindrical-coordinate representation of color #992B55: hue angle of 337.09º 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 #992B55 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 43 85 -
CMYK 0 0.72 0.44 0.4
HSL 337.09º 0.56% 0.38% -
HSV(B) 337.09º 0.72% 0.6% -
XYZ 15.64 9.16 9.54 -
YUV 80.68 130.44 179.58 -
System Red Green Blue C M Y K H S L
Decimal 153 43 85 0 0.72 0.44 0.4 337.09 0.56 0.38
Hex 99 2B 55 0 48 2C 28 151 38 26
Octal 231 53 125 0 110 54 50 521 70 46
Binary 10011001 101011 1010101 0 1001000 101100 101000 101010001 111000 100110

Color Harmonies of #992B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992B55

Black with #992B55

Text Example


Text Example

White with #992B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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