Html Css Color HEX #974141 Mexican Red

📋 copy color: '#974141'

red 151 ◦ green 65 ◦ blue 65

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

Shades of Mexican Red #974141

Tints of Mexican Red #974141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.13%

R = 53.74%
G = 23.13%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#974141 (or 0x974141) is known color: Mexican Red. HEX triplet: 97, 41 and 41. RGB value is (151,65,65). Sum of RGB (Red+Green+Blue) = 151+65+65=281 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.74% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 151 - color contains mainly: red. Hex color #974141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974141 is #68BEBE. Grayscale: #5A5A5A. Windows color (decimal): -6864575 or 4276631. OLE color: 4276631.

HSL color Cylindrical-coordinate representation of color #974141: 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.57%. Process color model (Four color, CMYK) of #974141 is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 65 65 -
CMYK 0 0.57 0.57 0.41
HSL 0.4% 0.42% -
HSV(B) 0.57% 0.59% -
XYZ 15.61 10.74 6.25 -
YUV 90.71 113.49 171 -
System Red Green Blue C M Y K H S L
Decimal 151 65 65 0 0.57 0.57 0.41 0 0.4 0.42
Hex 97 41 41 0 39 39 29 0 28 2A
Octal 227 101 101 0 71 71 51 0 50 52
Binary 10010111 1000001 1000001 0 111001 111001 101001 0 101000 101010

Color Harmonies of #974141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974141

Black with #974141

Text Example


Text Example

White with #974141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974141; }

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

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

background-color css

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

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

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

border-color css

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

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

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