Shades of Mexican Red #9B3D36
Tints of Mexican Red #9B3D36
RGB
CMYK
RGB Variations
Color information
#9B3D36 (or 0x9B3D36) is known color: Mexican Red. HEX triplet: 9B, 3D and 36. RGB value is (155,61,54). Sum of RGB (Red+Green+Blue) = 155+61+54=270 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.41% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 54 (21.48% from 255 or 20% from 270); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3D36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3D36 is #64C2C9. Grayscale: #585858. Windows color (decimal): -6603466 or 3554715. OLE color: 3554715.
HSL color Cylindrical-coordinate representation of color #9B3D36: hue angle of 4.16º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B3D36 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 61 | 54 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.39 |
| HSL | 4.16º | 0.48% | 0.41% | - |
| HSV(B) | 4.16º | 0.65% | 0.61% | - |
| XYZ | 15.85 | 10.57 | 4.7 | - |
| YUV | 88.31 | 108.64 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 61 | 54 | 0 | 0.61 | 0.65 | 0.39 | 4.16 | 0.48 | 0.41 |
| Hex | 9B | 3D | 36 | 0 | 3D | 41 | 27 | 4 | 30 | 29 |
| Octal | 233 | 75 | 66 | 0 | 75 | 101 | 47 | 4 | 60 | 51 |
| Binary | 10011011 | 111101 | 110110 | 0 | 111101 | 1000001 | 100111 | 100 | 110000 | 101001 |
Color Harmonies of #9B3D36
Complementary color
Monochromatic Colors of #9B3D36
Black with #9B3D36
Text Example
Text Example
White with #9B3D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3D36; }
p { color: rgb(155,61,54); }
H1.HeaderClassName
{
color: #9B3D36;
}
.AnyTagClassName
{
color: #9B3D36;
}
</style>
background-color css
<style>
a { background-color: #9B3D36; }
a { background-color: rgb(155,61,54); }
div.DivClassName
{
background-color: #9B3D36;
}
.BgClassName
{
background-color: #9B3D36;
}
</style>
border-color css
<style>
span { border-color: #9B3D36; }
span { border-color: rgb(155,61,54); }
td.TdClassName
{
border-color: #9B3D36;
}
.TagClassName
{
border-color: #9B3D36;
}
</style>