#972D2B

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

Shades of Milano Red #972D2B

Tints of Milano Red #972D2B

Color information

#972D2B (or 0x972D2B) is unknown color: approx Milano Red. HEX triplet: 97, 2D and 2B. RGB value is (151,45,43). Sum of RGB (Red+Green+Blue) = 151+45+43=239 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.18% from 239); Green value is 45 (17.97% from 255 or 18.83% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 151 - color contains mainly: red. Hex color #972D2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972D2B is #68D2D4. Grayscale: #4C4C4C. Windows color (decimal): -6869717 or 2829719. OLE color: 2829719.

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

Color convert

RGB1514543-
CMYK00.700.720.41
HSL1.11º55.67%38.04%-
HSV(B)1.11º71.52%59.22%-
XYZ14.148.633.21-
YUV76.47109.12181.16-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 63.18%
GREEN value IS 45 (17.97% from 255) = 18.83%
BLUE value IS 43 (17.19% from 255) = 17.99%
R=63.18%
G=18.83%
B=17.99%

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
Decimal151454300.700.720.411.1155.6738.04
Hex972D2B046482913826
Octal227555301061105117046
Binary100101111011011010110100011010010001010011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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