#992655

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

Shades of Lipstick #992655

Tints of Lipstick #992655

Color information

#992655 (or 0x992655) is unknown color: approx Lipstick. HEX triplet: 99, 26 and 55. RGB value is (153,38,85). Sum of RGB (Red+Green+Blue) = 153+38+85=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #992655 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992655 is #66D9AA. Grayscale: #4D4D4D. Windows color (decimal): -6740395 or 5580441. OLE color: 5580441.

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

Color convert

RGB1533885-
CMYK00.750.440.4
HSL335.48º60.21%37.45%-
HSV(B)335.48º75.16%60%-
XYZ15.478.819.48-
YUV77.74132.1181.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.43%
GREEN value IS 38 (15.23% from 255) = 13.77%
BLUE value IS 85 (33.59% from 255) = 30.80%
R=55.43%
G=13.77%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153388500.750.440.4335.4860.2137.45
Hex99265504B2C2814f3c25
Octal23146125011354505177445
Binary10011001100110101010101001011101100101000101001111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992655; }

 p { color: rgb(153,38,85); }

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

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

 a { background-color: rgb(153,38,85); }

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

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

 span { border-color: rgb(153,38,85); }

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