#95403E

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

Shades of Mexican Red #95403E

Tints of Mexican Red #95403E

Color information

#95403E (or 0x95403E) is unknown color: approx Mexican Red. HEX triplet: 95, 40 and 3E. RGB value is (149,64,62). Sum of RGB (Red+Green+Blue) = 149+64+62=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #95403E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95403E is #6ABFC1. Grayscale: #595959. Windows color (decimal): -6995906 or 4079765. OLE color: 4079765.

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

Color convert

RGB1496462-
CMYK00.570.580.42
HSL1.38º41.23%41.37%-
HSV(B)1.38º58.39%58.43%-
XYZ15.110.45.77-
YUV89.19112.66170.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.18%
GREEN value IS 64 (25.39% from 255) = 23.27%
BLUE value IS 62 (24.61% from 255) = 22.55%
R=54.18%
G=23.27%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149646200.570.580.421.3841.2341.37
Hex95403E0393A2A12929
Octal22510076071725215151
Binary10010101100000011111001110011110101010101101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95403E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95403E; }

 p { color: rgb(149,64,62); }

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

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

 a { background-color: rgb(149,64,62); }

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

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

 span { border-color: rgb(149,64,62); }

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