Html Css Color HEX #992C5B Lipstick

📋 copy color: '#992C5B'

red 153 ◦ green 44 ◦ blue 91

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

Shades of Lipstick #992C5B

Tints of Lipstick #992C5B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.28%

 BLUE value IS 91 (35.94% from 255) = 31.6%

R = 53.13%
G = 15.28%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#992C5B (or 0x992C5B) is known color: Lipstick. HEX triplet: 99, 2C and 5B. RGB value is (153,44,91). Sum of RGB (Red+Green+Blue) = 153+44+91=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 44 (17.58% from 255 or 15.28% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #992C5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992C5B is #66D3A4. Grayscale: #515151. Windows color (decimal): -6738853 or 5975193. OLE color: 5975193.

HSL color Cylindrical-coordinate representation of color #992C5B: hue angle of 334.13º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #992C5B is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 44 91 -
CMYK 0 0.71 0.41 0.4
HSL 334.13º 0.55% 0.39% -
HSV(B) 334.13º 0.71% 0.6% -
XYZ 15.93 9.33 10.86 -
YUV 81.95 133.11 178.68 -
System Red Green Blue C M Y K H S L
Decimal 153 44 91 0 0.71 0.41 0.4 334.13 0.55 0.39
Hex 99 2C 5B 0 47 29 28 14E 37 27
Octal 231 54 133 0 107 51 50 516 67 47
Binary 10011001 101100 1011011 0 1000111 101001 101000 101001110 110111 100111

Color Harmonies of #992C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992C5B

Black with #992C5B

Text Example


Text Example

White with #992C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,44,91); }

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

background-color css

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

 a { background-color: rgb(153,44,91); }

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

border-color css

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

 span { border-color: rgb(153,44,91); }

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