#992D48

Color #992D48 Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #992D48

Tints of Lipstick #992D48

Color information

#992D48 (or 0x992D48) is unknown color: approx Lipstick. HEX triplet: 99, 2D and 48. RGB value is (153,45,72). Sum of RGB (Red+Green+Blue) = 153+45+72=270 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.67% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 153 - color contains mainly: red. Hex color #992D48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992D48 is #66D2B7. Grayscale: #505050. Windows color (decimal): -6738616 or 4730265. OLE color: 4730265.

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

Color convert

RGB1534572-
CMYK00.710.530.4
HSL345º54.55%38.82%-
HSV(B)345º70.59%60%-
XYZ15.249.127.09-
YUV80.37123.28179.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.67%
GREEN value IS 45 (17.97% from 255) = 16.67%
BLUE value IS 72 (28.52% from 255) = 26.67%
R=56.67%
G=16.67%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153457200.710.530.434554.5538.82
Hex992D4804735281593727
Octal23155110010765505316747
Binary10011001101101100100001000111110101101000101011001110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,45,72); }

 H1.HeaderClassName
 {
   color: #992D48;
 }
 .AnyTagClassName
 {
   color: #992D48;
 }
</style>
background-color css

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

 a { background-color: rgb(153,45,72); }

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

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

 span { border-color: rgb(153,45,72); }

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