#99255E

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

Shades of Lipstick #99255E

Tints of Lipstick #99255E

Color information

#99255E (or 0x99255E) is unknown color: approx Lipstick. HEX triplet: 99, 25 and 5E. RGB value is (153,37,94). Sum of RGB (Red+Green+Blue) = 153+37+94=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #99255E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99255E is #66DAA1. Grayscale: #4E4E4E. Windows color (decimal): -6740642 or 6170009. OLE color: 6170009.

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

Color convert

RGB1533794-
CMYK00.760.390.4
HSL330.52º61.05%37.25%-
HSV(B)330.52º75.82%60%-
XYZ15.828.911.47-
YUV78.18136.93181.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.87%
GREEN value IS 37 (14.84% from 255) = 13.03%
BLUE value IS 94 (37.11% from 255) = 33.10%
R=53.87%
G=13.03%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153379400.760.390.4330.5261.0537.25
Hex99255E04C272814b3d25
Octal23145136011447505137545
Binary10011001100101101111001001100100111101000101001011111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99255E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99255E; }

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

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

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

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

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

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

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

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