Html Css Color HEX #974140 Mexican Red

📋 copy color: '#974140'

red 151 ◦ green 65 ◦ blue 64

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

Shades of Mexican Red #974140

Tints of Mexican Red #974140

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.21%

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

R = 53.93%
G = 23.21%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#974140 (or 0x974140) is known color: Mexican Red. HEX triplet: 97, 41 and 40. RGB value is (151,65,64). Sum of RGB (Red+Green+Blue) = 151+65+64=280 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.93% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 151 - color contains mainly: red. Hex color #974140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974140 is #68BEBF. Grayscale: #5A5A5A. Windows color (decimal): -6864576 or 4211095. OLE color: 4211095.

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

Color convert

RGB 151 65 64 -
CMYK 0 0.57 0.58 0.41
HSL 0.69º 0.4% 0.42% -
HSV(B) 0.69º 0.58% 0.59% -
XYZ 15.58 10.73 6.1 -
YUV 90.6 112.99 171.08 -
System Red Green Blue C M Y K H S L
Decimal 151 65 64 0 0.57 0.58 0.41 0.69 0.4 0.42
Hex 97 41 40 0 39 3A 29 1 28 2A
Octal 227 101 100 0 71 72 51 1 50 52
Binary 10010111 1000001 1000000 0 111001 111010 101001 1 101000 101010

Color Harmonies of #974140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974140

Black with #974140

Text Example


Text Example

White with #974140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974140; }

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

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

background-color css

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

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

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

border-color css

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

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

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