#9F3B35

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

Shades of Milano Red #9F3B35

Tints of Milano Red #9F3B35

Color information

#9F3B35 (or 0x9F3B35) is unknown color: approx Milano Red. HEX triplet: 9F, 3B and 35. RGB value is (159,59,53). Sum of RGB (Red+Green+Blue) = 159+59+53=271 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.67% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3B35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3B35 is #60C4CA. Grayscale: #585858. Windows color (decimal): -6341835 or 3488671. OLE color: 3488671.

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

Color convert

RGB1595953-
CMYK00.630.670.38
HSL3.4º50%41.57%-
HSV(B)3.4º66.67%62.35%-
XYZ16.510.764.57-
YUV88.22108.13178.49-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 58.67%
GREEN value IS 59 (23.44% from 255) = 21.77%
BLUE value IS 53 (21.09% from 255) = 19.56%
R=58.67%
G=21.77%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159595300.630.670.383.45041.57
Hex9F3B3503F43263322a
Octal23773650771034636252
Binary100111111110111101010111111100001110011011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,59,53); }

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

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

 a { background-color: rgb(159,59,53); }

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

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

 span { border-color: rgb(159,59,53); }

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