#9D403A

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

Shades of Mexican Red #9D403A

Tints of Mexican Red #9D403A

Color information

#9D403A (or 0x9D403A) is unknown color: approx Mexican Red. HEX triplet: 9D, 40 and 3A. RGB value is (157,64,58). Sum of RGB (Red+Green+Blue) = 157+64+58=279 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.27% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 157 - color contains mainly: red. Hex color #9D403A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D403A is #62BFC5. Grayscale: #5B5B5B. Windows color (decimal): -6471622 or 3817629. OLE color: 3817629.

HSL color Cylindrical-coordinate representation of color #9D403A: hue angle of 3.64º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9D403A is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.38.

Color convert

RGB1576458-
CMYK00.590.630.38
HSL3.64º46.05%42.16%-
HSV(B)3.64º63.06%61.57%-
XYZ16.511.145.28-
YUV91.12109.31174.99-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 56.27%
GREEN value IS 64 (25.39% from 255) = 22.94%
BLUE value IS 58 (23.05% from 255) = 20.79%
R=56.27%
G=22.94%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157645800.590.630.383.6446.0542.16
Hex9D403A03B3F2642e2a
Octal23510072073774645652
Binary1001110110000001110100111011111111100110100101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D403A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D403A; }

 p { color: rgb(157,64,58); }

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

<style>
 a { background-color: #9D403A; }

 a { background-color: rgb(157,64,58); }

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

<style>
 span { border-color: #9D403A; }

 span { border-color: rgb(157,64,58); }

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