#9F2353

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

Shades of Lipstick #9F2353

Tints of Lipstick #9F2353

Color information

#9F2353 (or 0x9F2353) is unknown color: approx Lipstick. HEX triplet: 9F, 23 and 53. RGB value is (159,35,83). Sum of RGB (Red+Green+Blue) = 159+35+83=277 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.40% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2353 is #60DCAC. Grayscale: #4D4D4D. Windows color (decimal): -6347949 or 5448607. OLE color: 5448607.

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

Color convert

RGB1593583-
CMYK00.780.480.38
HSL336.77º63.92%38.04%-
HSV(B)336.77º77.99%62.35%-
XYZ16.469.29.09-
YUV77.55131.08186.1-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 57.40%
GREEN value IS 35 (14.06% from 255) = 12.64%
BLUE value IS 83 (32.81% from 255) = 29.96%
R=57.40%
G=12.64%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159358300.780.480.38336.7763.9238.04
Hex9F235304E30261514026
Octal237431230116604652110046
Binary100111111000111010011010011101100001001101010100011000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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