#9F342A

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

Shades of Milano Red #9F342A

Tints of Milano Red #9F342A

Color information

#9F342A (or 0x9F342A) is unknown color: approx Milano Red. HEX triplet: 9F, 34 and 2A. RGB value is (159,52,42). Sum of RGB (Red+Green+Blue) = 159+52+42=253 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.85% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 159 - color contains mainly: red. Hex color #9F342A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F342A is #60CBD5. Grayscale: #535353. Windows color (decimal): -6343638 or 2765983. OLE color: 2765983.

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

Color convert

RGB1595242-
CMYK00.670.740.38
HSL5.13º58.21%39.41%-
HSV(B)5.13º73.58%62.35%-
XYZ15.949.993.28-
YUV82.85104.95182.31-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 62.85%
GREEN value IS 52 (20.70% from 255) = 20.55%
BLUE value IS 42 (16.80% from 255) = 16.60%
R=62.85%
G=20.55%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.74
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159524200.670.740.385.1358.2139.41
Hex9F342A0434A2653a27
Octal237645201031124657247
Binary10011111110100101010010000111001010100110101111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,52,42); }

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

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

 a { background-color: rgb(159,52,42); }

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

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

 span { border-color: rgb(159,52,42); }

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