#993048

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

Shades of Lipstick #993048

Tints of Lipstick #993048

Color information

#993048 (or 0x993048) is unknown color: approx Lipstick. HEX triplet: 99, 30 and 48. RGB value is (153,48,72). Sum of RGB (Red+Green+Blue) = 153+48+72=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #993048 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993048 is #66CFB7. Grayscale: #525252. Windows color (decimal): -6737848 or 4731033. OLE color: 4731033.

HSL color Cylindrical-coordinate representation of color #993048: hue angle of 346.29º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #993048 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.4.

Color convert

RGB1534872-
CMYK00.690.530.4
HSL346.29º52.24%39.41%-
HSV(B)346.29º68.63%60%-
XYZ15.369.357.13-
YUV82.13122.29178.55-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.04%
GREEN value IS 48 (19.14% from 255) = 17.58%
BLUE value IS 72 (28.52% from 255) = 26.37%
R=56.04%
G=17.58%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153487200.690.530.4346.2952.2439.41
Hex993048045352815a3427
Octal23160110010565505326447
Binary10011001110000100100001000101110101101000101011010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993048; }

 p { color: rgb(153,48,72); }

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

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

 a { background-color: rgb(153,48,72); }

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

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

 span { border-color: rgb(153,48,72); }

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