#99335f

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

Shades of Lipstick #99335F

Tints of Lipstick #99335F

Color information

#99335F (or 0x99335F) is unknown color: approx Lipstick. HEX triplet: 99, 33 and 5F. RGB value is (153,51,95). Sum of RGB (Red+Green+Blue) = 153+51+95=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #99335F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99335F is #66CCA0. Grayscale: #565656. Windows color (decimal): -6737057 or 6239129. OLE color: 6239129.

HSL color Cylindrical-coordinate representation of color #99335F: hue angle of 334.12º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #99335F is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB1535195-
CMYK00.670.380.4
HSL334.12º50%40%-
HSV(B)334.12º66.67%60%-
XYZ16.399.9711.89-
YUV86.51132.79175.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.17%
GREEN value IS 51 (20.31% from 255) = 17.06%
BLUE value IS 95 (37.5% from 255) = 31.77%
R=51.17%
G=17.06%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153519500.670.380.4334.125040
Hex99335F043262814e3228
Octal23163137010346505166250
Binary10011001110011101111101000011100110101000101001110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99335f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99335f; }

 p { color: rgb(153,51,95); }

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

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

 a { background-color: rgb(153,51,95); }

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

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

 span { border-color: rgb(153,51,95); }

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