#9F3C32

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

Shades of Milano Red #9F3C32

Tints of Milano Red #9F3C32

Color information

#9F3C32 (or 0x9F3C32) is unknown color: approx Milano Red. HEX triplet: 9F, 3C and 32. RGB value is (159,60,50). Sum of RGB (Red+Green+Blue) = 159+60+50=269 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.11% from 269); Green value is 60 (23.83% from 255 or 22.30% from 269); Blue value is 50 (19.92% from 255 or 18.59% from 269); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3C32 is #60C3CD. Grayscale: #585858. Windows color (decimal): -6341582 or 3292319. OLE color: 3292319.

HSL color Cylindrical-coordinate representation of color #9F3C32: hue angle of 5.5º 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 #9F3C32 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB1596050-
CMYK00.620.690.38
HSL5.5º52.15%40.98%-
HSV(B)5.5º68.55%62.35%-
XYZ16.4910.834.24-
YUV88.46106.3178.31-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 59.11%
GREEN value IS 60 (23.83% from 255) = 22.30%
BLUE value IS 50 (19.92% from 255) = 18.59%
R=59.11%
G=22.30%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159605000.620.690.385.552.1540.98
Hex9F3C3203E452663429
Octal23774620761054666451
Binary1001111111110011001001111101000101100110110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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