#9B3129

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

Shades of Milano Red #9B3129

Tints of Milano Red #9B3129

Color information

#9B3129 (or 0x9B3129) is unknown color: approx Milano Red. HEX triplet: 9B, 31 and 29. RGB value is (155,49,41). Sum of RGB (Red+Green+Blue) = 155+49+41=245 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.27% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3129 is #64CED6. Grayscale: #4F4F4F. Windows color (decimal): -6606551 or 2699675. OLE color: 2699675.

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

Color convert

RGB1554941-
CMYK00.680.740.39
HSL4.21º58.16%38.43%-
HSV(B)4.21º73.55%60.78%-
XYZ15.029.333.11-
YUV79.78106.12181.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 63.27%
GREEN value IS 49 (19.53% from 255) = 20%
BLUE value IS 41 (16.41% from 255) = 16.73%
R=63.27%
G=20%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.74
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155494100.680.740.394.2158.1638.43
Hex9B31290444A2743a26
Octal233615101041124747246
Binary10011011110001101001010001001001010100111100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,49,41); }

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

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

 a { background-color: rgb(155,49,41); }

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

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

 span { border-color: rgb(155,49,41); }

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