#93413f

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

Shades of Mexican Red #93413F

Tints of Mexican Red #93413F

Color information

#93413F (or 0x93413F) is unknown color: approx Mexican Red. HEX triplet: 93, 41 and 3F. RGB value is (147,65,63). Sum of RGB (Red+Green+Blue) = 147+65+63=275 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.45% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 147 - color contains mainly: red. Hex color #93413F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93413F is #6CBEC0. Grayscale: #595959. Windows color (decimal): -7126721 or 4145555. OLE color: 4145555.

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

Color convert

RGB1476563-
CMYK00.560.570.42
HSL1.43º40%41.18%-
HSV(B)1.43º57.14%57.65%-
XYZ14.8210.345.92-
YUV89.29113.17169.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.45%
GREEN value IS 65 (25.78% from 255) = 23.64%
BLUE value IS 63 (25% from 255) = 22.91%
R=53.45%
G=23.64%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147656300.560.570.421.434041.18
Hex93413F038392A12829
Octal22310177070715215051
Binary10010011100000111111101110001110011010101101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93413f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93413f; }

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

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

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

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

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

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

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

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