#9D3F3B

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

Shades of Mexican Red #9D3F3B

Tints of Mexican Red #9D3F3B

Color information

#9D3F3B (or 0x9D3F3B) is unknown color: approx Mexican Red. HEX triplet: 9D, 3F and 3B. RGB value is (157,63,59). Sum of RGB (Red+Green+Blue) = 157+63+59=279 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.27% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3F3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3F3B is #62C0C4. Grayscale: #5A5A5A. Windows color (decimal): -6471877 or 3882909. OLE color: 3882909.

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

Color convert

RGB1576359-
CMYK00.600.620.38
HSL2.45º45.37%42.35%-
HSV(B)2.45º62.42%61.57%-
XYZ16.4711.045.4-
YUV90.65110.14175.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 56.27%
GREEN value IS 63 (25% from 255) = 22.58%
BLUE value IS 59 (23.44% from 255) = 21.15%
R=56.27%
G=22.58%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157635900.600.620.382.4545.3742.35
Hex9D3F3B03C3E2622d2a
Octal2357773074764625552
Binary10011101111111111011011110011111010011010101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,63,59); }

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

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

 a { background-color: rgb(157,63,59); }

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

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

 span { border-color: rgb(157,63,59); }

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