#9B3836

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

Shades of Milano Red #9B3836

Tints of Milano Red #9B3836

Color information

#9B3836 (or 0x9B3836) is unknown color: approx Milano Red. HEX triplet: 9B, 38 and 36. RGB value is (155,56,54). Sum of RGB (Red+Green+Blue) = 155+56+54=265 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.49% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3836 is #64C7C9. Grayscale: #555555. Windows color (decimal): -6604746 or 3553435. OLE color: 3553435.

HSL color Cylindrical-coordinate representation of color #9B3836: hue angle of 1.19º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B3836 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.39.

Color convert

RGB1555654-
CMYK00.640.650.39
HSL1.19º48.33%40.98%-
HSV(B)1.19º65.16%60.78%-
XYZ15.610.064.61-
YUV85.37110.3177.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.49%
GREEN value IS 56 (22.27% from 255) = 21.13%
BLUE value IS 54 (21.48% from 255) = 20.38%
R=58.49%
G=21.13%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.65
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155565400.640.650.391.1948.3340.98
Hex9B3836040412713029
Octal233706601001014716051
Binary100110111110001101100100000010000011001111110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,56,54); }

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

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

 a { background-color: rgb(155,56,54); }

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

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

 span { border-color: rgb(155,56,54); }

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