#9F382C

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

Shades of Milano Red #9F382C

Tints of Milano Red #9F382C

Color information

#9F382C (or 0x9F382C) is unknown color: approx Milano Red. HEX triplet: 9F, 38 and 2C. RGB value is (159,56,44). Sum of RGB (Red+Green+Blue) = 159+56+44=259 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.39% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 159 - color contains mainly: red. Hex color #9F382C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F382C is #60C7D3. Grayscale: #555555. Windows color (decimal): -6342612 or 2898079. OLE color: 2898079.

HSL color Cylindrical-coordinate representation of color #9F382C: hue angle of 6.26º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F382C is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB1595644-
CMYK00.650.720.38
HSL6.26º56.65%39.8%-
HSV(B)6.26º72.33%62.35%-
XYZ16.1710.383.53-
YUV85.43104.62180.48-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 61.39%
GREEN value IS 56 (22.27% from 255) = 21.62%
BLUE value IS 44 (17.58% from 255) = 16.99%
R=61.39%
G=21.62%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159564400.650.720.386.2656.6539.8
Hex9F382C041482663928
Octal237705401011104667150
Binary10011111111000101100010000011001000100110110111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F382C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,56,44); }

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

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

 a { background-color: rgb(159,56,44); }

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

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

 span { border-color: rgb(159,56,44); }

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