#95413E

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

Shades of Mexican Red #95413E

Tints of Mexican Red #95413E

Color information

#95413E (or 0x95413E) is unknown color: approx Mexican Red. HEX triplet: 95, 41 and 3E. RGB value is (149,65,62). Sum of RGB (Red+Green+Blue) = 149+65+62=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #95413E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95413E is #6ABEC1. Grayscale: #595959. Windows color (decimal): -6995650 or 4080021. OLE color: 4080021.

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

Color convert

RGB1496562-
CMYK00.560.580.42
HSL2.07º41.23%41.37%-
HSV(B)2.07º58.39%58.43%-
XYZ15.1510.525.79-
YUV89.77112.33170.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.99%
GREEN value IS 65 (25.78% from 255) = 23.55%
BLUE value IS 62 (24.61% from 255) = 22.46%
R=53.99%
G=23.55%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149656200.560.580.422.0741.2341.37
Hex95413E0383A2A22929
Octal22510176070725225151
Binary100101011000001111110011100011101010101010101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95413E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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