#992551

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

Shades of Lipstick #992551

Tints of Lipstick #992551

Color information

#992551 (or 0x992551) is unknown color: approx Lipstick. HEX triplet: 99, 25 and 51. RGB value is (153,37,81). Sum of RGB (Red+Green+Blue) = 153+37+81=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 81 (32.03% from 255 or 29.89% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #992551 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992551 is #66DAAE. Grayscale: #4C4C4C. Windows color (decimal): -6740655 or 5318041. OLE color: 5318041.

HSL color Cylindrical-coordinate representation of color #992551: hue angle of 337.24º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #992551 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.4.

Color convert

RGB1533781-
CMYK00.760.470.4
HSL337.24º61.05%37.25%-
HSV(B)337.24º75.82%60%-
XYZ15.288.698.66-
YUV76.7130.43182.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.46%
GREEN value IS 37 (14.84% from 255) = 13.65%
BLUE value IS 81 (32.03% from 255) = 29.89%
R=56.46%
G=13.65%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.47
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153378100.760.470.4337.2461.0537.25
Hex99255104C2F281513d25
Octal23145121011457505217545
Binary10011001100101101000101001100101111101000101010001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992551; }

 p { color: rgb(153,37,81); }

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

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

 a { background-color: rgb(153,37,81); }

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

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

 span { border-color: rgb(153,37,81); }

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