#973938

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

Shades of Mexican Red #973938

Tints of Mexican Red #973938

Color information

#973938 (or 0x973938) is unknown color: approx Mexican Red. HEX triplet: 97, 39 and 38. RGB value is (151,57,56). Sum of RGB (Red+Green+Blue) = 151+57+56=264 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.20% from 264); Green value is 57 (22.66% from 255 or 21.59% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 151 - color contains mainly: red. Hex color #973938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973938 is #68C6C7. Grayscale: #555555. Windows color (decimal): -6866632 or 3684759. OLE color: 3684759.

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

Color convert

RGB1515756-
CMYK00.620.630.41
HSL0.63º45.89%40.59%-
HSV(B)0.63º62.91%59.22%-
XYZ14.949.794.84-
YUV84.99111.64175.08-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 57.20%
GREEN value IS 57 (22.66% from 255) = 21.59%
BLUE value IS 56 (22.27% from 255) = 21.21%
R=57.20%
G=21.59%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151575600.620.630.410.6345.8940.59
Hex97393803E3F2912e29
Octal2277170076775115651
Binary1001011111100111100001111101111111010011101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973938; }

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

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

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

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

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

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

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

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