Html Css Color HEX #974241 Mexican Red

📋 copy color: '#974241'

red 151 ◦ green 66 ◦ blue 65

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

Shades of Mexican Red #974241

Tints of Mexican Red #974241

RGB

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

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

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

R = 53.55%
G = 23.4%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#974241 (or 0x974241) is known color: Mexican Red. HEX triplet: 97, 42 and 41. RGB value is (151,66,65). Sum of RGB (Red+Green+Blue) = 151+66+65=282 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.55% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 151 - color contains mainly: red. Hex color #974241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974241 is #68BDBE. Grayscale: #5B5B5B. Windows color (decimal): -6864319 or 4276887. OLE color: 4276887.

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

Color convert

RGB 151 66 65 -
CMYK 0 0.56 0.57 0.41
HSL 0.7º 0.4% 0.42% -
HSV(B) 0.7º 0.57% 0.59% -
XYZ 15.66 10.86 6.27 -
YUV 91.3 113.16 170.58 -
System Red Green Blue C M Y K H S L
Decimal 151 66 65 0 0.56 0.57 0.41 0.7 0.4 0.42
Hex 97 42 41 0 38 39 29 1 28 2A
Octal 227 102 101 0 70 71 51 1 50 52
Binary 10010111 1000010 1000001 0 111000 111001 101001 1 101000 101010

Color Harmonies of #974241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974241

Black with #974241

Text Example


Text Example

White with #974241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974241; }

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

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

background-color css

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

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

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

border-color css

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

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

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