#9F3630

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

Shades of Milano Red #9F3630

Tints of Milano Red #9F3630

Color information

#9F3630 (or 0x9F3630) is unknown color: approx Milano Red. HEX triplet: 9F, 36 and 30. RGB value is (159,54,48). Sum of RGB (Red+Green+Blue) = 159+54+48=261 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.92% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3630 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3630 is #60C9CF. Grayscale: #545454. Windows color (decimal): -6343120 or 3159711. OLE color: 3159711.

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

Color convert

RGB1595448-
CMYK00.660.700.38
HSL3.24º53.62%40.59%-
HSV(B)3.24º69.81%62.35%-
XYZ16.1510.223.92-
YUV84.71107.29180.99-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 60.92%
GREEN value IS 54 (21.48% from 255) = 20.69%
BLUE value IS 48 (19.14% from 255) = 18.39%
R=60.92%
G=20.69%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159544800.660.700.383.2453.6240.59
Hex9F3630042462633629
Octal237666001021064636651
Binary1001111111011011000001000010100011010011011110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,54,48); }

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

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

 a { background-color: rgb(159,54,48); }

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

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

 span { border-color: rgb(159,54,48); }

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