#9F3A34

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

Shades of Milano Red #9F3A34

Tints of Milano Red #9F3A34

Color information

#9F3A34 (or 0x9F3A34) is unknown color: approx Milano Red. HEX triplet: 9F, 3A and 34. RGB value is (159,58,52). Sum of RGB (Red+Green+Blue) = 159+58+52=269 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.11% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 52 (20.70% from 255 or 19.33% from 269); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3A34 is #60C5CB. Grayscale: #575757. Windows color (decimal): -6342092 or 3422879. OLE color: 3422879.

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

Color convert

RGB1595852-
CMYK00.640.670.38
HSL3.36º50.71%41.37%-
HSV(B)3.36º67.3%62.35%-
XYZ16.4310.644.44-
YUV87.51107.96178.99-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 59.11%
GREEN value IS 58 (23.05% from 255) = 21.56%
BLUE value IS 52 (20.70% from 255) = 19.33%
R=59.11%
G=21.56%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159585200.640.670.383.3650.7141.37
Hex9F3A34040432633329
Octal237726401001034636351
Binary1001111111101011010001000000100001110011011110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,58,52); }

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

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

 a { background-color: rgb(159,58,52); }

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

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

 span { border-color: rgb(159,58,52); }

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