#963232

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

Shades of Milano Red #963232

Tints of Milano Red #963232

Color information

#963232 (or 0x963232) is unknown color: approx Milano Red. HEX triplet: 96, 32 and 32. RGB value is (150,50,50). Sum of RGB (Red+Green+Blue) = 150+50+50=250 (33% of max value = 765). Red value is 150 (58.98% from 255 or 60% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 150 - color contains mainly: red. Hex color #963232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963232 is #69CDCD. Grayscale: #505050. Windows color (decimal): -6933966 or 3289750. OLE color: 3289750.

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

Color convert

RGB1505050-
CMYK00.670.670.41
HSL50%39.22%-
HSV(B)66.67%58.82%-
XYZ14.2994-
YUV79.9111.13178-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60%
GREEN value IS 50 (19.92% from 255) = 20%
BLUE value IS 50 (19.92% 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.41
SystemRedGreenBlueCMYKHSL
Decimal150505000.670.670.4105039.22
Hex963232043432903227
Octal226626201031035106247
Binary100101101100101100100100001110000111010010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963232; }

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

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

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

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

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

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

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

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