Html Css Color HEX #914241 Mexican Red

📋 copy color: '#914241'

red 145 ◦ green 66 ◦ blue 65

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

Shades of Mexican Red #914241

Tints of Mexican Red #914241

RGB

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

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

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

R = 52.54%
G = 23.91%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#914241 (or 0x914241) is known color: Mexican Red. HEX triplet: 91, 42 and 41. RGB value is (145,66,65). Sum of RGB (Red+Green+Blue) = 145+66+65=276 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.54% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 145 - color contains mainly: red. Hex color #914241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914241 is #6EBDBE. Grayscale: #595959. Windows color (decimal): -7257535 or 4276881. OLE color: 4276881.

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

Color convert

RGB 145 66 65 -
CMYK 0 0.54 0.55 0.43
HSL 0.75º 0.38% 0.41% -
HSV(B) 0.75º 0.55% 0.57% -
XYZ 14.58 10.3 6.22 -
YUV 89.51 114.17 167.58 -
System Red Green Blue C M Y K H S L
Decimal 145 66 65 0 0.54 0.55 0.43 0.75 0.38 0.41
Hex 91 42 41 0 36 37 2B 1 26 29
Octal 221 102 101 0 66 67 53 1 46 51
Binary 10010001 1000010 1000001 0 110110 110111 101011 1 100110 101001

Color Harmonies of #914241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914241

Black with #914241

Text Example


Text Example

White with #914241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914241; }

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

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

background-color css

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

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

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

border-color css

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

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

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