#9d3629

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

Shades of Milano Red #9D3629

Tints of Milano Red #9D3629

Color information

#9D3629 (or 0x9D3629) is unknown color: approx Milano Red. HEX triplet: 9D, 36 and 29. RGB value is (157,54,41). Sum of RGB (Red+Green+Blue) = 157+54+41=252 (33% of max value = 765). Red value is 157 (61.72% from 255 or 62.30% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 41 (16.41% from 255 or 16.27% from 252); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3629 is #62C9D6. Grayscale: #535353. Windows color (decimal): -6474199 or 2700957. OLE color: 2700957.

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

Color convert

RGB1575441-
CMYK00.660.740.38
HSL6.72º58.59%38.82%-
HSV(B)6.72º73.89%61.57%-
XYZ15.629.973.2-
YUV83.32104.12180.56-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 62.30%
GREEN value IS 54 (21.48% from 255) = 21.43%
BLUE value IS 41 (16.41% from 255) = 16.27%
R=62.30%
G=21.43%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.74
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157544100.660.740.386.7258.5938.82
Hex9D36290424A2673b27
Octal235665101021124677347
Binary10011101110110101001010000101001010100110111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d3629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,54,41); }

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

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

 a { background-color: rgb(157,54,41); }

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

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

 span { border-color: rgb(157,54,41); }

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