Html Css Color HEX #974444 Mexican Red

📋 copy color: '#974444'

red 151 ◦ green 68 ◦ blue 68

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

Shades of Mexican Red #974444

Tints of Mexican Red #974444

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.69%

 BLUE value IS 68 (26.95% from 255) = 23.69%

R = 52.61%
G = 23.69%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.41

RGB Variations

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

Color information

#974444 (or 0x974444) is known color: Mexican Red. HEX triplet: 97, 44 and 44. RGB value is (151,68,68). Sum of RGB (Red+Green+Blue) = 151+68+68=287 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.61% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 68 (26.95% from 255 or 23.69% from 287); Max value from RGB is 151 - color contains mainly: red. Hex color #974444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974444 is #68BBBB. Grayscale: #5C5C5C. Windows color (decimal): -6863804 or 4474007. OLE color: 4474007.

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

Color convert

RGB 151 68 68 -
CMYK 0 0.55 0.55 0.41
HSL 0.38% 0.43% -
HSV(B) 0.55% 0.59% -
XYZ 15.87 11.13 6.78 -
YUV 92.82 114 169.5 -
System Red Green Blue C M Y K H S L
Decimal 151 68 68 0 0.55 0.55 0.41 0 0.38 0.43
Hex 97 44 44 0 37 37 29 0 26 2B
Octal 227 104 104 0 67 67 51 0 46 53
Binary 10010111 1000100 1000100 0 110111 110111 101001 0 100110 101011

Color Harmonies of #974444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974444

Black with #974444

Text Example


Text Example

White with #974444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974444; }

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

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

background-color css

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

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

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

border-color css

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

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

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