#9F3327

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

Shades of Milano Red #9F3327

Tints of Milano Red #9F3327

Color information

#9F3327 (or 0x9F3327) is unknown color: approx Milano Red. HEX triplet: 9F, 33 and 27. RGB value is (159,51,39). Sum of RGB (Red+Green+Blue) = 159+51+39=249 (32% of max value = 765). Red value is 159 (62.5% from 255 or 63.86% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 39 (15.62% from 255 or 15.66% from 249); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3327 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3327 is #60CCD8. Grayscale: #525252. Windows color (decimal): -6343897 or 2569119. OLE color: 2569119.

HSL color Cylindrical-coordinate representation of color #9F3327: hue angle of 6º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F3327 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB1595139-
CMYK00.680.750.38
HSL60.61%38.82%-
HSV(B)75.47%62.35%-
XYZ15.859.892.99-
YUV81.92103.78182.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 63.86%
GREEN value IS 51 (20.31% from 255) = 20.48%
BLUE value IS 39 (15.62% from 255) = 15.66%
R=63.86%
G=20.48%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159513900.680.750.38660.6138.82
Hex9F33270444B2663d27
Octal237634701041134667547
Binary10011111110011100111010001001001011100110110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,51,39); }

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

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

 a { background-color: rgb(159,51,39); }

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

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

 span { border-color: rgb(159,51,39); }

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