#993250

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

Shades of Lipstick #993250

Tints of Lipstick #993250

Color information

#993250 (or 0x993250) is unknown color: approx Lipstick. HEX triplet: 99, 32 and 50. RGB value is (153,50,80). Sum of RGB (Red+Green+Blue) = 153+50+80=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #993250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993250 is #66CDAF. Grayscale: #545454. Windows color (decimal): -6737328 or 5255833. OLE color: 5255833.

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

Color convert

RGB1535080-
CMYK00.670.480.4
HSL342.52º50.74%39.8%-
HSV(B)342.52º67.32%60%-
XYZ15.739.638.62-
YUV84.22125.62177.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.06%
GREEN value IS 50 (19.92% from 255) = 17.67%
BLUE value IS 80 (31.64% from 255) = 28.27%
R=54.06%
G=17.67%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153508000.670.480.4342.5250.7439.8
Hex99325004330281573328
Octal23162120010360505276350
Binary10011001110010101000001000011110000101000101010111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993250; }

 p { color: rgb(153,50,80); }

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

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

 a { background-color: rgb(153,50,80); }

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

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

 span { border-color: rgb(153,50,80); }

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