#9F342F

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

Shades of Milano Red #9F342F

Tints of Milano Red #9F342F

Color information

#9F342F (or 0x9F342F) is unknown color: approx Milano Red. HEX triplet: 9F, 34 and 2F. RGB value is (159,52,47). Sum of RGB (Red+Green+Blue) = 159+52+47=258 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.63% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 159 - color contains mainly: red. Hex color #9F342F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F342F is #60CBD0. Grayscale: #535353. Windows color (decimal): -6343633 or 3093663. OLE color: 3093663.

HSL color Cylindrical-coordinate representation of color #9F342F: hue angle of 2.68º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F342F is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB1595247-
CMYK00.670.700.38
HSL2.68º54.37%40.39%-
HSV(B)2.68º70.44%62.35%-
XYZ16.0410.033.78-
YUV83.42107.45181.91-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 61.63%
GREEN value IS 52 (20.70% from 255) = 20.16%
BLUE value IS 47 (18.75% from 255) = 18.22%
R=61.63%
G=20.16%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159524700.670.700.382.6854.3740.39
Hex9F342F043462633628
Octal237645701031064636650
Binary1001111111010010111101000011100011010011011110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F342F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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