#9F332B

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

Shades of Milano Red #9F332B

Tints of Milano Red #9F332B

Color information

#9F332B (or 0x9F332B) is unknown color: approx Milano Red. HEX triplet: 9F, 33 and 2B. RGB value is (159,51,43). Sum of RGB (Red+Green+Blue) = 159+51+43=253 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.85% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 159 - color contains mainly: red. Hex color #9F332B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F332B is #60CCD4. Grayscale: #525252. Windows color (decimal): -6343893 or 2831263. OLE color: 2831263.

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

Color convert

RGB1595143-
CMYK00.680.730.38
HSL4.14º57.43%39.61%-
HSV(B)4.14º72.96%62.35%-
XYZ15.929.913.36-
YUV82.38105.78182.65-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 62.85%
GREEN value IS 51 (20.31% from 255) = 20.16%
BLUE value IS 43 (17.19% from 255) = 17.00%
R=62.85%
G=20.16%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159514300.680.730.384.1457.4339.61
Hex9F332B044492643928
Octal237635301041114647150
Binary10011111110011101011010001001001001100110100111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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