#9B342E

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

Shades of Milano Red #9B342E

Tints of Milano Red #9B342E

Color information

#9B342E (or 0x9B342E) is unknown color: approx Milano Red. HEX triplet: 9B, 34 and 2E. RGB value is (155,52,46). Sum of RGB (Red+Green+Blue) = 155+52+46=253 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.26% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 155 - color contains mainly: red. Hex color #9B342E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B342E is #64CBD1. Grayscale: #525252. Windows color (decimal): -6605778 or 3028123. OLE color: 3028123.

HSL color Cylindrical-coordinate representation of color #9B342E: hue angle of 3.3º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B342E is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB1555246-
CMYK00.660.700.39
HSL3.3º54.23%39.41%-
HSV(B)3.3º70.32%60.78%-
XYZ15.249.623.64-
YUV82.11107.62179.99-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 61.26%
GREEN value IS 52 (20.70% from 255) = 20.55%
BLUE value IS 46 (18.36% from 255) = 18.18%
R=61.26%
G=20.55%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.70
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155524600.660.700.393.354.2339.41
Hex9B342E042462733627
Octal233645601021064736647
Binary1001101111010010111001000010100011010011111110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,52,46); }

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

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

 a { background-color: rgb(155,52,46); }

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

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

 span { border-color: rgb(155,52,46); }

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