#953E3D

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

Shades of Mexican Red #953E3D

Tints of Mexican Red #953E3D

Color information

#953E3D (or 0x953E3D) is unknown color: approx Mexican Red. HEX triplet: 95, 3E and 3D. RGB value is (149,62,61). Sum of RGB (Red+Green+Blue) = 149+62+61=272 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.78% from 272); Green value is 62 (24.61% from 255 or 22.79% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 149 - color contains mainly: red. Hex color #953E3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953E3D is #6AC1C2. Grayscale: #575757. Windows color (decimal): -6996419 or 4013717. OLE color: 4013717.

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

Color convert

RGB1496261-
CMYK00.580.590.42
HSL0.68º41.9%41.18%-
HSV(B)0.68º59.06%58.43%-
XYZ14.9610.175.59-
YUV87.9112.82171.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.78%
GREEN value IS 62 (24.61% from 255) = 22.79%
BLUE value IS 61 (24.22% from 255) = 22.43%
R=54.78%
G=22.79%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149626100.580.590.420.6841.941.18
Hex953E3D03A3B2A12a29
Octal2257675072735215251
Binary1001010111111011110101110101110111010101101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953E3D; }

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

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

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

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

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

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

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

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