Html Css Color HEX #914140 Mexican Red

📋 copy color: '#914140'

red 145 ◦ green 65 ◦ blue 64

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

Shades of Mexican Red #914140

Tints of Mexican Red #914140

RGB

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

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

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

R = 52.92%
G = 23.72%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#914140 (or 0x914140) is known color: Mexican Red. HEX triplet: 91, 41 and 40. RGB value is (145,65,64). Sum of RGB (Red+Green+Blue) = 145+65+64=274 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.92% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 145 - color contains mainly: red. Hex color #914140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914140 is #6EBEBF. Grayscale: #585858. Windows color (decimal): -7257792 or 4211089. OLE color: 4211089.

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

Color convert

RGB 145 65 64 -
CMYK 0 0.55 0.56 0.43
HSL 0.74º 0.39% 0.41% -
HSV(B) 0.74º 0.56% 0.57% -
XYZ 14.49 10.17 6.05 -
YUV 88.81 114 168.08 -
System Red Green Blue C M Y K H S L
Decimal 145 65 64 0 0.55 0.56 0.43 0.74 0.39 0.41
Hex 91 41 40 0 37 38 2B 1 27 29
Octal 221 101 100 0 67 70 53 1 47 51
Binary 10010001 1000001 1000000 0 110111 111000 101011 1 100111 101001

Color Harmonies of #914140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914140

Black with #914140

Text Example


Text Example

White with #914140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914140; }

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

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

background-color css

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

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

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

border-color css

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

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

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