Html Css Color HEX #974040 Mexican Red

📋 copy color: '#974040'

red 151 ◦ green 64 ◦ blue 64

#974040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mexican Red #974040

Tints of Mexican Red #974040

RGB

 RED value IS 151 (59.38% from 255) = 54.12%

 GREEN value IS 64 (25.39% from 255) = 22.94%

 BLUE value IS 64 (25.39% from 255) = 22.94%

R = 54.12%
G = 22.94%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#974040 (or 0x974040) is known color: Mexican Red. HEX triplet: 97, 40 and 40. RGB value is (151,64,64). Sum of RGB (Red+Green+Blue) = 151+64+64=279 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.12% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 151 - color contains mainly: red. Hex color #974040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974040 is #68BFBF. Grayscale: #5A5A5A. Windows color (decimal): -6864832 or 4210839. OLE color: 4210839.

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

Color convert

RGB 151 64 64 -
CMYK 0 0.58 0.58 0.41
HSL 0.4% 0.42% -
HSV(B) 0.58% 0.59% -
XYZ 15.52 10.62 6.08 -
YUV 90.01 113.32 171.5 -
System Red Green Blue C M Y K H S L
Decimal 151 64 64 0 0.58 0.58 0.41 0 0.4 0.42
Hex 97 40 40 0 3A 3A 29 0 28 2A
Octal 227 100 100 0 72 72 51 0 50 52
Binary 10010111 1000000 1000000 0 111010 111010 101001 0 101000 101010

Color Harmonies of #974040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974040

Black with #974040

Text Example


Text Example

White with #974040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974040; }

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

 H1.HeaderClassName
 {
   color: #974040;
 }
 .AnyTagClassName
 {
   color: #974040;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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