Html Css Color HEX #974242 Mexican Red

📋 copy color: '#974242'

red 151 ◦ green 66 ◦ blue 66

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

Shades of Mexican Red #974242

Tints of Mexican Red #974242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.32%

R = 53.36%
G = 23.32%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#974242 (or 0x974242) is known color: Mexican Red. HEX triplet: 97, 42 and 42. RGB value is (151,66,66). Sum of RGB (Red+Green+Blue) = 151+66+66=283 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.36% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 151 - color contains mainly: red. Hex color #974242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974242 is #68BDBD. Grayscale: #5B5B5B. Windows color (decimal): -6864318 or 4342423. OLE color: 4342423.

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

Color convert

RGB 151 66 66 -
CMYK 0 0.56 0.56 0.41
HSL 0.39% 0.43% -
HSV(B) 0.56% 0.59% -
XYZ 15.69 10.87 6.43 -
YUV 91.42 113.66 170.5 -
System Red Green Blue C M Y K H S L
Decimal 151 66 66 0 0.56 0.56 0.41 0 0.39 0.43
Hex 97 42 42 0 38 38 29 0 27 2B
Octal 227 102 102 0 70 70 51 0 47 53
Binary 10010111 1000010 1000010 0 111000 111000 101001 0 100111 101011

Color Harmonies of #974242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974242

Black with #974242

Text Example


Text Example

White with #974242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974242; }

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

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

background-color css

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

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

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

border-color css

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

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

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