Html Css Color HEX #974240 Mexican Red

📋 copy color: '#974240'

red 151 ◦ green 66 ◦ blue 64

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

Shades of Mexican Red #974240

Tints of Mexican Red #974240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.49%

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

R = 53.74%
G = 23.49%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#974240 (or 0x974240) is known color: Mexican Red. HEX triplet: 97, 42 and 40. RGB value is (151,66,64). Sum of RGB (Red+Green+Blue) = 151+66+64=281 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.74% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 151 - color contains mainly: red. Hex color #974240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974240 is #68BDBF. Grayscale: #5B5B5B. Windows color (decimal): -6864320 or 4211351. OLE color: 4211351.

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

Color convert

RGB 151 66 64 -
CMYK 0 0.56 0.58 0.41
HSL 1.38º 0.4% 0.42% -
HSV(B) 1.38º 0.58% 0.59% -
XYZ 15.64 10.85 6.12 -
YUV 91.19 112.66 170.66 -
System Red Green Blue C M Y K H S L
Decimal 151 66 64 0 0.56 0.58 0.41 1.38 0.4 0.42
Hex 97 42 40 0 38 3A 29 1 28 2A
Octal 227 102 100 0 70 72 51 1 50 52
Binary 10010111 1000010 1000000 0 111000 111010 101001 1 101000 101010

Color Harmonies of #974240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974240

Black with #974240

Text Example


Text Example

White with #974240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974240; }

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

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

background-color css

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

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

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

border-color css

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

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

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