#9B3535

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

Shades of Milano Red #9B3535

Tints of Milano Red #9B3535

Color information

#9B3535 (or 0x9B3535) is unknown color: approx Milano Red. HEX triplet: 9B, 35 and 35. RGB value is (155,53,53). Sum of RGB (Red+Green+Blue) = 155+53+53=261 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.39% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 53 (21.09% from 255 or 20.31% from 261); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3535 is #64CACA. Grayscale: #535353. Windows color (decimal): -6605515 or 3487131. OLE color: 3487131.

HSL color Cylindrical-coordinate representation of color #9B3535: hue angle of 0º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B3535 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB1555353-
CMYK00.660.660.39
HSL49.04%40.78%-
HSV(B)65.81%60.78%-
XYZ15.439.774.44-
YUV83.5110.79179-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 59.39%
GREEN value IS 53 (21.09% from 255) = 20.31%
BLUE value IS 53 (21.09% from 255) = 20.31%
R=59.39%
G=20.31%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.66
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155535300.660.660.39049.0440.78
Hex9B3535042422703129
Octal233656501021024706151
Binary100110111101011101010100001010000101001110110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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