#953C38

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

Shades of Mexican Red #953C38

Tints of Mexican Red #953C38

Color information

#953C38 (or 0x953C38) is unknown color: approx Mexican Red. HEX triplet: 95, 3C and 38. RGB value is (149,60,56). Sum of RGB (Red+Green+Blue) = 149+60+56=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 56 (22.27% from 255 or 21.13% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #953C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953C38 is #6AC3C7. Grayscale: #565656. Windows color (decimal): -6996936 or 3685525. OLE color: 3685525.

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

Color convert

RGB1496056-
CMYK00.600.620.42
HSL2.58º45.37%40.2%-
HSV(B)2.58º62.42%58.43%-
XYZ14.729.914.88-
YUV86.15110.99172.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.23%
GREEN value IS 60 (23.83% from 255) = 22.64%
BLUE value IS 56 (22.27% from 255) = 21.13%
R=56.23%
G=22.64%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149605600.600.620.422.5845.3740.2
Hex953C3803C3E2A32d28
Octal2257470074765235550
Binary10010101111100111000011110011111010101011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,60,56); }

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

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

 a { background-color: rgb(149,60,56); }

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

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

 span { border-color: rgb(149,60,56); }

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