#934141

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

Shades of Mexican Red #934141

Tints of Mexican Red #934141

Color information

#934141 (or 0x934141) is unknown color: approx Mexican Red. HEX triplet: 93, 41 and 41. RGB value is (147,65,65). Sum of RGB (Red+Green+Blue) = 147+65+65=277 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.07% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 147 - color contains mainly: red. Hex color #934141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #934141 is #6CBEBE. Grayscale: #595959. Windows color (decimal): -7126719 or 4276627. OLE color: 4276627.

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

Color convert

RGB1476565-
CMYK00.560.560.42
HSL38.68%41.57%-
HSV(B)55.78%57.65%-
XYZ14.8810.376.22-
YUV89.52114.17169-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.07%
GREEN value IS 65 (25.78% from 255) = 23.47%
BLUE value IS 65 (25.78% from 255) = 23.47%
R=53.07%
G=23.47%
B=23.47%

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
Decimal147656500.560.560.42038.6841.57
Hex934141038382A0272a
Octal223101101070705204752
Binary100100111000001100000101110001110001010100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934141; }

 p { color: rgb(147,65,65); }

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

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

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

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

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

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

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