#914241

Color #914241 Mexican Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mexican Red #914241

Tints of Mexican Red #914241

Color information

#914241 (or 0x914241) is unknown color: approx 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

RGB1456665-
CMYK00.540.550.43
HSL0.75º38.1%41.18%-
HSV(B)0.75º55.17%56.86%-
XYZ14.5810.36.22-
YUV89.51114.17167.58-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145666500.540.550.430.7538.141.18
Hex914241036372B12629
Octal221102101066675314651
Binary100100011000010100000101101101101111010111100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>