#9D3935

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

Shades of Milano Red #9D3935

Tints of Milano Red #9D3935

Color information

#9D3935 (or 0x9D3935) is unknown color: approx Milano Red. HEX triplet: 9D, 39 and 35. RGB value is (157,57,53). Sum of RGB (Red+Green+Blue) = 157+57+53=267 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.80% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 53 (21.09% from 255 or 19.85% from 267); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3935 is #62C6CA. Grayscale: #565656. Windows color (decimal): -6473419 or 3488157. OLE color: 3488157.

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

Color convert

RGB1575753-
CMYK00.640.660.38
HSL2.31º49.52%41.18%-
HSV(B)2.31º66.24%61.57%-
XYZ16.0110.354.52-
YUV86.44109.13178.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 58.80%
GREEN value IS 57 (22.66% from 255) = 21.35%
BLUE value IS 53 (21.09% from 255) = 19.85%
R=58.80%
G=21.35%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157575300.640.660.382.3149.5241.18
Hex9D3935040422623229
Octal235716501001024626251
Binary1001110111100111010101000000100001010011010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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