#993461

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

Shades of Lipstick #993461

Tints of Lipstick #993461

Color information

#993461 (or 0x993461) is unknown color: approx Lipstick. HEX triplet: 99, 34 and 61. RGB value is (153,52,97). Sum of RGB (Red+Green+Blue) = 153+52+97=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #993461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993461 is #66CB9E. Grayscale: #575757. Windows color (decimal): -6736799 or 6370457. OLE color: 6370457.

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

Color convert

RGB1535297-
CMYK00.660.370.4
HSL333.27º49.27%40.2%-
HSV(B)333.27º66.01%60%-
XYZ16.5210.0912.39-
YUV87.33133.46174.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.66%
GREEN value IS 52 (20.70% from 255) = 17.22%
BLUE value IS 97 (38.28% from 255) = 32.12%
R=50.66%
G=17.22%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153529700.660.370.4333.2749.2740.2
Hex993461042252814d3128
Octal23164141010245505156150
Binary10011001110100110000101000010100101101000101001101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993461; }

 p { color: rgb(153,52,97); }

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

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

 a { background-color: rgb(153,52,97); }

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

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

 span { border-color: rgb(153,52,97); }

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