Html Css Color HEX #914040 Mexican Red

📋 copy color: '#914040'

red 145 ◦ green 64 ◦ blue 64

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

Shades of Mexican Red #914040

Tints of Mexican Red #914040

RGB

 RED value IS 145 (57.03% from 255) = 53.11%

 GREEN value IS 64 (25.39% from 255) = 23.44%

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

R = 53.11%
G = 23.44%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#914040 (or 0x914040) is known color: Mexican Red. HEX triplet: 91, 40 and 40. RGB value is (145,64,64). Sum of RGB (Red+Green+Blue) = 145+64+64=273 (36% of max value = 765). Red value is 145 (57.03% from 255 or 53.11% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 145 - color contains mainly: red. Hex color #914040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914040 is #6EBFBF. Grayscale: #585858. Windows color (decimal): -7258048 or 4210833. OLE color: 4210833.

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

Color convert

RGB 145 64 64 -
CMYK 0 0.56 0.56 0.43
HSL 0.39% 0.41% -
HSV(B) 0.56% 0.57% -
XYZ 14.44 10.06 6.03 -
YUV 88.22 114.34 168.5 -
System Red Green Blue C M Y K H S L
Decimal 145 64 64 0 0.56 0.56 0.43 0 0.39 0.41
Hex 91 40 40 0 38 38 2B 0 27 29
Octal 221 100 100 0 70 70 53 0 47 51
Binary 10010001 1000000 1000000 0 111000 111000 101011 0 100111 101001

Color Harmonies of #914040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914040

Black with #914040

Text Example


Text Example

White with #914040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914040; }

 p { color: rgb(145,64,64); }

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

background-color css

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

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

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

border-color css

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

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

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