Html Css Color HEX #992153 Lipstick

📋 copy color: '#992153'

red 153 ◦ green 33 ◦ blue 83

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

Shades of Lipstick #992153

Tints of Lipstick #992153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.86%

R = 56.88%
G = 12.27%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#992153 (or 0x992153) is known color: Lipstick. HEX triplet: 99, 21 and 53. RGB value is (153,33,83). Sum of RGB (Red+Green+Blue) = 153+33+83=269 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.88% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 153 - color contains mainly: red. Hex color #992153 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992153 is #66DEAC. Grayscale: #4A4A4A. Windows color (decimal): -6741677 or 5448089. OLE color: 5448089.

HSL color Cylindrical-coordinate representation of color #992153: hue angle of 335º 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 #992153 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 33 83 -
CMYK 0 0.78 0.46 0.4
HSL 335º 0.65% 0.36% -
HSV(B) 335º 0.78% 0.6% -
XYZ 15.24 8.48 9.02 -
YUV 74.58 132.76 183.93 -
System Red Green Blue C M Y K H S L
Decimal 153 33 83 0 0.78 0.46 0.4 335 0.65 0.36
Hex 99 21 53 0 4E 2E 28 14F 41 24
Octal 231 41 123 0 116 56 50 517 101 44
Binary 10011001 100001 1010011 0 1001110 101110 101000 101001111 1000001 100100

Color Harmonies of #992153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992153

Black with #992153

Text Example


Text Example

White with #992153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992153; }

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

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

background-color css

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

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

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

border-color css

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

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

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