#974343

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

Shades of Mexican Red #974343

Tints of Mexican Red #974343

Color information

#974343 (or 0x974343) is unknown color: approx Mexican Red. HEX triplet: 97, 43 and 43. RGB value is (151,67,67). Sum of RGB (Red+Green+Blue) = 151+67+67=285 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.98% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 67 (26.56% from 255 or 23.51% from 285); Max value from RGB is 151 - color contains mainly: red. Hex color #974343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974343 is #68BCBC. Grayscale: #5C5C5C. Windows color (decimal): -6864061 or 4408215. OLE color: 4408215.

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

Color convert

RGB1516767-
CMYK00.560.560.41
HSL38.53%42.75%-
HSV(B)55.63%59.22%-
XYZ15.78116.6-
YUV92.12113.83170-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.98%
GREEN value IS 67 (26.56% from 255) = 23.51%
BLUE value IS 67 (26.56% from 255) = 23.51%
R=52.98%
G=23.51%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151676700.560.560.41038.5342.75
Hex97434303838290272b
Octal227103103070705104753
Binary100101111000011100001101110001110001010010100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974343; }

 p { color: rgb(151,67,67); }

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

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

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

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

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

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

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