#992561

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

Shades of Lipstick #992561

Tints of Lipstick #992561

Color information

#992561 (or 0x992561) is unknown color: approx Lipstick. HEX triplet: 99, 25 and 61. RGB value is (153,37,97). Sum of RGB (Red+Green+Blue) = 153+37+97=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 97 (38.28% from 255 or 33.80% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #992561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992561 is #66DA9E. Grayscale: #4E4E4E. Windows color (decimal): -6740639 or 6366617. OLE color: 6366617.

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

Color convert

RGB1533797-
CMYK00.760.370.4
HSL328.97º61.05%37.25%-
HSV(B)328.97º75.82%60%-
XYZ15.968.9612.2-
YUV78.52138.43181.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.31%
GREEN value IS 37 (14.84% from 255) = 12.89%
BLUE value IS 97 (38.28% from 255) = 33.80%
R=53.31%
G=12.89%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153379700.760.370.4328.9761.0537.25
Hex99256104C25281493d25
Octal23145141011445505117545
Binary10011001100101110000101001100100101101000101001001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992561; }

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

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

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

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

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

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

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

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