#9B3730

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

Shades of Milano Red #9B3730

Tints of Milano Red #9B3730

Color information

#9B3730 (or 0x9B3730) is unknown color: approx Milano Red. HEX triplet: 9B, 37 and 30. RGB value is (155,55,48). Sum of RGB (Red+Green+Blue) = 155+55+48=258 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.08% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3730 is #64C8CF. Grayscale: #545454. Windows color (decimal): -6605008 or 3159963. OLE color: 3159963.

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

Color convert

RGB1555548-
CMYK00.650.690.39
HSL3.93º52.71%39.8%-
HSV(B)3.93º69.03%60.78%-
XYZ15.429.913.9-
YUV84.1107.63178.57-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 60.08%
GREEN value IS 55 (21.88% from 255) = 21.32%
BLUE value IS 48 (19.14% from 255) = 18.60%
R=60.08%
G=21.32%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155554800.650.690.393.9352.7139.8
Hex9B3730041452743528
Octal233676001011054746550
Binary10011011110111110000010000011000101100111100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,55,48); }

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

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

 a { background-color: rgb(155,55,48); }

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

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

 span { border-color: rgb(155,55,48); }

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