#973B38

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

Shades of Mexican Red #973B38

Tints of Mexican Red #973B38

Color information

#973B38 (or 0x973B38) is unknown color: approx Mexican Red. HEX triplet: 97, 3B and 38. RGB value is (151,59,56). Sum of RGB (Red+Green+Blue) = 151+59+56=266 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.77% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 56 (22.27% from 255 or 21.05% from 266); Max value from RGB is 151 - color contains mainly: red. Hex color #973B38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973B38 is #68C4C7. Grayscale: #565656. Windows color (decimal): -6866120 or 3685271. OLE color: 3685271.

HSL color Cylindrical-coordinate representation of color #973B38: hue angle of 1.89º 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 #973B38 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB1515956-
CMYK00.610.630.41
HSL1.89º45.89%40.59%-
HSV(B)1.89º62.91%59.22%-
XYZ15.049.994.88-
YUV86.17110.98174.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 56.77%
GREEN value IS 59 (23.44% from 255) = 22.18%
BLUE value IS 56 (22.27% from 255) = 21.05%
R=56.77%
G=22.18%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151595600.610.630.411.8945.8940.59
Hex973B3803D3F2922e29
Octal2277370075775125651
Binary10010111111011111000011110111111110100110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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