#992559

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

Shades of Lipstick #992559

Tints of Lipstick #992559

Color information

#992559 (or 0x992559) is unknown color: approx Lipstick. HEX triplet: 99, 25 and 59. RGB value is (153,37,89). Sum of RGB (Red+Green+Blue) = 153+37+89=279 (36% of max value = 765). Red value is 153 (60.16% from 255 or 54.84% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 153 - color contains mainly: red. Hex color #992559 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992559 is #66DAA6. Grayscale: #4D4D4D. Windows color (decimal): -6740647 or 5842329. OLE color: 5842329.

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

Color convert

RGB1533789-
CMYK00.760.420.4
HSL333.1º61.05%37.25%-
HSV(B)333.1º75.82%60%-
XYZ15.68.8210.33-
YUV77.61134.43181.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.84%
GREEN value IS 37 (14.84% from 255) = 13.26%
BLUE value IS 89 (35.16% from 255) = 31.90%
R=54.84%
G=13.26%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153378900.760.420.4333.161.0537.25
Hex99255904C2A2814d3d25
Octal23145131011452505157545
Binary10011001100101101100101001100101010101000101001101111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992559; }

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

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

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

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

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

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

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

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