#963535

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

Shades of Milano Red #963535

Tints of Milano Red #963535

Color information

#963535 (or 0x963535) is unknown color: approx Milano Red. HEX triplet: 96, 35 and 35. RGB value is (150,53,53). Sum of RGB (Red+Green+Blue) = 150+53+53=256 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.59% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 150 - color contains mainly: red. Hex color #963535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963535 is #69CACA. Grayscale: #525252. Windows color (decimal): -6933195 or 3487126. OLE color: 3487126.

HSL color Cylindrical-coordinate representation of color #963535: hue angle of 0º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #963535 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB1505353-
CMYK00.650.650.41
HSL47.78%39.8%-
HSV(B)64.67%58.82%-
XYZ14.499.294.4-
YUV82111.64176.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.59%
GREEN value IS 53 (21.09% from 255) = 20.70%
BLUE value IS 53 (21.09% from 255) = 20.70%
R=58.59%
G=20.70%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150535300.650.650.41047.7839.8
Hex963535041412903028
Octal226656501011015106050
Binary100101101101011101010100000110000011010010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963535; }

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

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

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

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

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

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

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

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