#9F3253

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

Shades of Lipstick #9F3253

Tints of Lipstick #9F3253

Color information

#9F3253 (or 0x9F3253) is unknown color: approx Lipstick. HEX triplet: 9F, 32 and 53. RGB value is (159,50,83). Sum of RGB (Red+Green+Blue) = 159+50+83=292 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.45% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3253 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3253 is #60CDAC. Grayscale: #565656. Windows color (decimal): -6344109 or 5452447. OLE color: 5452447.

HSL color Cylindrical-coordinate representation of color #9F3253: hue angle of 341.83º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F3253 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB1595083-
CMYK00.690.480.38
HSL341.83º52.15%40.98%-
HSV(B)341.83º68.55%62.35%-
XYZ1710.289.27-
YUV86.35126.11179.82-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 54.45%
GREEN value IS 50 (19.92% from 255) = 17.12%
BLUE value IS 83 (32.81% from 255) = 28.42%
R=54.45%
G=17.12%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159508300.690.480.38341.8352.1540.98
Hex9F325304530261563429
Octal23762123010560465266451
Binary10011111110010101001101000101110000100110101010110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F3253; }

 p { color: rgb(159,50,83); }

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

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

 a { background-color: rgb(159,50,83); }

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

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

 span { border-color: rgb(159,50,83); }

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