#972E2B

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

Shades of Milano Red #972E2B

Tints of Milano Red #972E2B

Color information

#972E2B (or 0x972E2B) is unknown color: approx Milano Red. HEX triplet: 97, 2E and 2B. RGB value is (151,46,43). Sum of RGB (Red+Green+Blue) = 151+46+43=240 (31% of max value = 765). Red value is 151 (59.38% from 255 or 62.92% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 151 - color contains mainly: red. Hex color #972E2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972E2B is #68D1D4. Grayscale: #4D4D4D. Windows color (decimal): -6869461 or 2829975. OLE color: 2829975.

HSL color Cylindrical-coordinate representation of color #972E2B: hue angle of 1.67º 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 #972E2B is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB1514643-
CMYK00.700.720.41
HSL1.67º55.67%38.04%-
HSV(B)1.67º71.52%59.22%-
XYZ14.188.713.22-
YUV77.05108.79180.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 62.92%
GREEN value IS 46 (18.36% from 255) = 19.17%
BLUE value IS 43 (17.19% from 255) = 17.92%
R=62.92%
G=19.17%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151464300.700.720.411.6755.6738.04
Hex972E2B046482923826
Octal227565301061105127046
Binary1001011110111010101101000110100100010100110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,46,43); }

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

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

 a { background-color: rgb(151,46,43); }

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

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

 span { border-color: rgb(151,46,43); }

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