#9D352B

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

Shades of Milano Red #9D352B

Tints of Milano Red #9D352B

Color information

#9D352B (or 0x9D352B) is unknown color: approx Milano Red. HEX triplet: 9D, 35 and 2B. RGB value is (157,53,43). Sum of RGB (Red+Green+Blue) = 157+53+43=253 (33% of max value = 765). Red value is 157 (61.72% from 255 or 62.06% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 157 - color contains mainly: red. Hex color #9D352B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D352B is #62CAD4. Grayscale: #535353. Windows color (decimal): -6474453 or 2831773. OLE color: 2831773.

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

Color convert

RGB1575343-
CMYK00.660.730.38
HSL5.26º57%39.22%-
HSV(B)5.26º72.61%61.57%-
XYZ15.619.893.37-
YUV82.96105.46180.81-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 62.06%
GREEN value IS 53 (21.09% from 255) = 20.95%
BLUE value IS 43 (17.19% from 255) = 17.00%
R=62.06%
G=20.95%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157534300.660.730.385.265739.22
Hex9D352B042492653927
Octal235655301021114657147
Binary10011101110101101011010000101001001100110101111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D352B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,53,43); }

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

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

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

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

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

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

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