#99355B

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

Shades of Lipstick #99355B

Tints of Lipstick #99355B

Color information

#99355B (or 0x99355B) is unknown color: approx Lipstick. HEX triplet: 99, 35 and 5B. RGB value is (153,53,91). Sum of RGB (Red+Green+Blue) = 153+53+91=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #99355B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99355B is #66CAA4. Grayscale: #575757. Windows color (decimal): -6736549 or 5977497. OLE color: 5977497.

HSL color Cylindrical-coordinate representation of color #99355B: hue angle of 337.2º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #99355B is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB1535391-
CMYK00.650.410.4
HSL337.2º48.54%40.39%-
HSV(B)337.2º65.36%60%-
XYZ16.310.0710.98-
YUV87.23130.13174.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.52%
GREEN value IS 53 (21.09% from 255) = 17.85%
BLUE value IS 91 (35.94% from 255) = 30.64%
R=51.52%
G=17.85%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153539100.650.410.4337.248.5440.39
Hex99355B04129281513128
Octal23165133010151505216150
Binary10011001110101101101101000001101001101000101010001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99355B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99355B; }

 p { color: rgb(153,53,91); }

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

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

 a { background-color: rgb(153,53,91); }

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

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

 span { border-color: rgb(153,53,91); }

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