#972F2A

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

Shades of Milano Red #972F2A

Tints of Milano Red #972F2A

Color information

#972F2A (or 0x972F2A) is unknown color: approx Milano Red. HEX triplet: 97, 2F and 2A. RGB value is (151,47,42). Sum of RGB (Red+Green+Blue) = 151+47+42=240 (31% of max value = 765). Red value is 151 (59.38% from 255 or 62.92% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 151 - color contains mainly: red. Hex color #972F2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972F2A is #68D0D5. Grayscale: #4D4D4D. Windows color (decimal): -6869206 or 2764695. OLE color: 2764695.

HSL color Cylindrical-coordinate representation of color #972F2A: hue angle of 2.75º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #972F2A is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB1514742-
CMYK00.690.720.41
HSL2.75º56.48%37.84%-
HSV(B)2.75º72.19%59.22%-
XYZ14.28.783.14-
YUV77.53107.96180.41-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 62.92%
GREEN value IS 47 (18.75% from 255) = 19.58%
BLUE value IS 42 (16.80% from 255) = 17.5%
R=62.92%
G=19.58%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151474200.690.720.412.7556.4837.84
Hex972F2A045482933826
Octal227575201051105137046
Binary1001011110111110101001000101100100010100111111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972F2A; }

 p { color: rgb(151,47,42); }

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

<style>
 a { background-color: #972F2A; }

 a { background-color: rgb(151,47,42); }

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

<style>
 span { border-color: #972F2A; }

 span { border-color: rgb(151,47,42); }

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