#973D38

Color #973D38 Mexican Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mexican Red #973D38

Tints of Mexican Red #973D38

Color information

#973D38 (or 0x973D38) is unknown color: approx Mexican Red. HEX triplet: 97, 3D and 38. RGB value is (151,61,56). Sum of RGB (Red+Green+Blue) = 151+61+56=268 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.34% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 151 - color contains mainly: red. Hex color #973D38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973D38 is #68C2C7. Grayscale: #575757. Windows color (decimal): -6865608 or 3685783. OLE color: 3685783.

HSL color Cylindrical-coordinate representation of color #973D38: hue angle of 3.16º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #973D38 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB1516156-
CMYK00.600.630.41
HSL3.16º45.89%40.59%-
HSV(B)3.16º62.91%59.22%-
XYZ15.1510.24.91-
YUV87.34110.32173.41-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 56.34%
GREEN value IS 61 (24.22% from 255) = 22.76%
BLUE value IS 56 (22.27% from 255) = 20.90%
R=56.34%
G=22.76%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151615600.600.630.413.1645.8940.59
Hex973D3803C3F2932e29
Octal2277570074775135651
Binary10010111111101111000011110011111110100111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973D38; }

 p { color: rgb(151,61,56); }

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

<style>
 a { background-color: #973D38; }

 a { background-color: rgb(151,61,56); }

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

<style>
 span { border-color: #973D38; }

 span { border-color: rgb(151,61,56); }

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