#9B3226

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

Shades of Milano Red #9B3226

Tints of Milano Red #9B3226

Color information

#9B3226 (or 0x9B3226) is unknown color: approx Milano Red. HEX triplet: 9B, 32 and 26. RGB value is (155,50,38). Sum of RGB (Red+Green+Blue) = 155+50+38=243 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.79% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 38 (15.23% from 255 or 15.64% from 243); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3226 is #64CDD9. Grayscale: #505050. Windows color (decimal): -6606298 or 2503323. OLE color: 2503323.

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

Color convert

RGB1555038-
CMYK00.680.750.39
HSL6.15º60.62%37.84%-
HSV(B)6.15º75.48%60.78%-
XYZ15.019.392.86-
YUV80.03104.29181.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 63.79%
GREEN value IS 50 (19.92% from 255) = 20.58%
BLUE value IS 38 (15.23% from 255) = 15.64%
R=63.79%
G=20.58%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155503800.680.750.396.1560.6237.84
Hex9B32260444B2763d26
Octal233624601041134767546
Binary10011011110010100110010001001001011100111110111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,50,38); }

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

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

 a { background-color: rgb(155,50,38); }

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

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

 span { border-color: rgb(155,50,38); }

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