Html Css Color HEX #992157 Lipstick

📋 copy color: '#992157'

red 153 ◦ green 33 ◦ blue 87

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

Shades of Lipstick #992157

Tints of Lipstick #992157

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.09%

 BLUE value IS 87 (34.38% from 255) = 31.87%

R = 56.04%
G = 12.09%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.4

RGB Variations

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

Color information

#992157 (or 0x992157) is known color: Lipstick. HEX triplet: 99, 21 and 57. RGB value is (153,33,87). Sum of RGB (Red+Green+Blue) = 153+33+87=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 87 (34.38% from 255 or 31.87% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #992157 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992157 is #66DEA8. Grayscale: #4A4A4A. Windows color (decimal): -6741673 or 5710233. OLE color: 5710233.

HSL color Cylindrical-coordinate representation of color #992157: hue angle of 333º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992157 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 33 87 -
CMYK 0 0.78 0.43 0.4
HSL 333º 0.65% 0.36% -
HSV(B) 333º 0.78% 0.6% -
XYZ 15.4 8.55 9.86 -
YUV 75.04 134.76 183.61 -
System Red Green Blue C M Y K H S L
Decimal 153 33 87 0 0.78 0.43 0.4 333 0.65 0.36
Hex 99 21 57 0 4E 2B 28 14D 41 24
Octal 231 41 127 0 116 53 50 515 101 44
Binary 10011001 100001 1010111 0 1001110 101011 101000 101001101 1000001 100100

Color Harmonies of #992157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992157

Black with #992157

Text Example


Text Example

White with #992157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992157; }

 p { color: rgb(153,33,87); }

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

background-color css

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

 a { background-color: rgb(153,33,87); }

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

border-color css

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

 span { border-color: rgb(153,33,87); }

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