#9F3535

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

Shades of Milano Red #9F3535

Tints of Milano Red #9F3535

Color information

#9F3535 (or 0x9F3535) is unknown color: approx Milano Red. HEX triplet: 9F, 35 and 35. RGB value is (159,53,53). Sum of RGB (Red+Green+Blue) = 159+53+53=265 (35% of max value = 765). Red value is 159 (62.5% from 255 or 60% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3535 is #60CACA. Grayscale: #545454. Windows color (decimal): -6343371 or 3487135. OLE color: 3487135.

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

Color convert

RGB1595353-
CMYK00.670.670.38
HSL50%41.57%-
HSV(B)66.67%62.35%-
XYZ16.2110.174.48-
YUV84.69110.12181-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 60%
GREEN value IS 53 (21.09% from 255) = 20%
BLUE value IS 53 (21.09% from 255) = 20%
R=60%
G=20%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159535300.670.670.3805041.57
Hex9F353504343260322a
Octal237656501031034606252
Binary100111111101011101010100001110000111001100110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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