#9F392C

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

Shades of Milano Red #9F392C

Tints of Milano Red #9F392C

Color information

#9F392C (or 0x9F392C) is unknown color: approx Milano Red. HEX triplet: 9F, 39 and 2C. RGB value is (159,57,44). Sum of RGB (Red+Green+Blue) = 159+57+44=260 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.15% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 159 - color contains mainly: red. Hex color #9F392C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F392C is #60C6D3. Grayscale: #565656. Windows color (decimal): -6342356 or 2898335. OLE color: 2898335.

HSL color Cylindrical-coordinate representation of color #9F392C: hue angle of 6.78º 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 #9F392C is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB1595744-
CMYK00.640.720.38
HSL6.78º56.65%39.8%-
HSV(B)6.78º72.33%62.35%-
XYZ16.2210.483.55-
YUV86.02104.29180.06-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 61.15%
GREEN value IS 57 (22.66% from 255) = 21.92%
BLUE value IS 44 (17.58% from 255) = 16.92%
R=61.15%
G=21.92%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159574400.640.720.386.7856.6539.8
Hex9F392C040482673928
Octal237715401001104677150
Binary10011111111001101100010000001001000100110111111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F392C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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