#9C3433

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

Shades of Milano Red #9C3433

Tints of Milano Red #9C3433

Color information

#9C3433 (or 0x9C3433) is unknown color: approx Milano Red. HEX triplet: 9C, 34 and 33. RGB value is (156,52,51). Sum of RGB (Red+Green+Blue) = 156+52+51=259 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.23% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 51 (20.31% from 255 or 19.69% from 259); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3433 is #63CBCC. Grayscale: #535353. Windows color (decimal): -6540237 or 3355804. OLE color: 3355804.

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

Color convert

RGB1565251-
CMYK00.670.670.39
HSL0.57º50.72%40.59%-
HSV(B)0.57º67.31%61.18%-
XYZ15.549.764.2-
YUV82.98109.96180.08-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 60.23%
GREEN value IS 52 (20.70% from 255) = 20.08%
BLUE value IS 51 (20.31% from 255) = 19.69%
R=60.23%
G=20.08%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156525100.670.670.390.5750.7240.59
Hex9C3433043432713329
Octal234646301031034716351
Binary100111001101001100110100001110000111001111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,52,51); }

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

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

 a { background-color: rgb(156,52,51); }

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

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

 span { border-color: rgb(156,52,51); }

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