Shades of Mexican Red #9B403D
Tints of Mexican Red #9B403D
RGB
CMYK
RGB Variations
Color information
#9B403D (or 0x9B403D) is known color: Mexican Red. HEX triplet: 9B, 40 and 3D. RGB value is (155,64,61). Sum of RGB (Red+Green+Blue) = 155+64+61=280 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.36% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 155 - color contains mainly: red. Hex color #9B403D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B403D is #64BFC2. Grayscale: #5A5A5A. Windows color (decimal): -6602691 or 4014235. OLE color: 4014235.
HSL color Cylindrical-coordinate representation of color #9B403D: hue angle of 1.91º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9B403D is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 64 | 61 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.39 |
| HSL | 1.91º | 0.44% | 0.42% | - |
| HSV(B) | 1.91º | 0.61% | 0.61% | - |
| XYZ | 16.19 | 10.97 | 5.68 | - |
| YUV | 90.87 | 111.15 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 64 | 61 | 0 | 0.59 | 0.61 | 0.39 | 1.91 | 0.44 | 0.42 |
| Hex | 9B | 40 | 3D | 0 | 3B | 3D | 27 | 2 | 2C | 2A |
| Octal | 233 | 100 | 75 | 0 | 73 | 75 | 47 | 2 | 54 | 52 |
| Binary | 10011011 | 1000000 | 111101 | 0 | 111011 | 111101 | 100111 | 10 | 101100 | 101010 |
Color Harmonies of #9B403D
Complementary color
Monochromatic Colors of #9B403D
Black with #9B403D
Text Example
Text Example
White with #9B403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B403D; }
p { color: rgb(155,64,61); }
H1.HeaderClassName
{
color: #9B403D;
}
.AnyTagClassName
{
color: #9B403D;
}
</style>
background-color css
<style>
a { background-color: #9B403D; }
a { background-color: rgb(155,64,61); }
div.DivClassName
{
background-color: #9B403D;
}
.BgClassName
{
background-color: #9B403D;
}
</style>
border-color css
<style>
span { border-color: #9B403D; }
span { border-color: rgb(155,64,61); }
td.TdClassName
{
border-color: #9B403D;
}
.TagClassName
{
border-color: #9B403D;
}
</style>