#993353

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

Shades of Lipstick #993353

Tints of Lipstick #993353

Color information

#993353 (or 0x993353) is unknown color: approx Lipstick. HEX triplet: 99, 33 and 53. RGB value is (153,51,83). Sum of RGB (Red+Green+Blue) = 153+51+83=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #993353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993353 is #66CCAC. Grayscale: #555555. Windows color (decimal): -6737069 or 5452697. OLE color: 5452697.

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

Color convert

RGB1535183-
CMYK00.670.460.4
HSL341.18º50%40%-
HSV(B)341.18º66.67%60%-
XYZ15.889.769.23-
YUV85.15126.79176.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.31%
GREEN value IS 51 (20.31% from 255) = 17.77%
BLUE value IS 83 (32.81% from 255) = 28.92%
R=53.31%
G=17.77%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153518300.670.460.4341.185040
Hex9933530432E281553228
Octal23163123010356505256250
Binary10011001110011101001101000011101110101000101010101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993353; }

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

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

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

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

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

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

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

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