#954241

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

Shades of Mexican Red #954241

Tints of Mexican Red #954241

Color information

#954241 (or 0x954241) is unknown color: approx Mexican Red. HEX triplet: 95, 42 and 41. RGB value is (149,66,65). Sum of RGB (Red+Green+Blue) = 149+66+65=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #954241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954241 is #6ABDBE. Grayscale: #5A5A5A. Windows color (decimal): -6995391 or 4276885. OLE color: 4276885.

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

Color convert

RGB1496665-
CMYK00.560.560.42
HSL0.71º39.25%41.96%-
HSV(B)0.71º56.38%58.43%-
XYZ15.310.676.25-
YUV90.7113.5169.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.21%
GREEN value IS 66 (26.17% from 255) = 23.57%
BLUE value IS 65 (25.78% from 255) = 23.21%
R=53.21%
G=23.57%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149666500.560.560.420.7139.2541.96
Hex954241038382A1272a
Octal225102101070705214752
Binary100101011000010100000101110001110001010101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954241; }

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

 H1.HeaderClassName
 {
   color: #954241;
 }
 .AnyTagClassName
 {
   color: #954241;
 }
</style>
background-color css

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

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

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

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

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

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