Shades of Mexican Red #993F38
Tints of Mexican Red #993F38
RGB
CMYK
RGB Variations
Color information
#993F38 (or 0x993F38) is known color: Mexican Red. HEX triplet: 99, 3F and 38. RGB value is (153,63,56). Sum of RGB (Red+Green+Blue) = 153+63+56=272 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.25% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 153 - color contains mainly: red. Hex color #993F38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993F38 is #66C0C7. Grayscale: #595959. Windows color (decimal): -6734024 or 3686297. OLE color: 3686297.
HSL color Cylindrical-coordinate representation of color #993F38: hue angle of 4.33º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #993F38 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 63 | 56 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.4 |
| HSL | 4.33º | 0.46% | 0.41% | - |
| HSV(B) | 4.33º | 0.63% | 0.6% | - |
| XYZ | 15.63 | 10.61 | 4.97 | - |
| YUV | 89.11 | 109.32 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 56 | 0 | 0.59 | 0.63 | 0.4 | 4.33 | 0.46 | 0.41 |
| Hex | 99 | 3F | 38 | 0 | 3B | 3F | 28 | 4 | 2E | 29 |
| Octal | 231 | 77 | 70 | 0 | 73 | 77 | 50 | 4 | 56 | 51 |
| Binary | 10011001 | 111111 | 111000 | 0 | 111011 | 111111 | 101000 | 100 | 101110 | 101001 |
Color Harmonies of #993F38
Complementary color
Monochromatic Colors of #993F38
Black with #993F38
Text Example
Text Example
White with #993F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993F38; }
p { color: rgb(153,63,56); }
H1.HeaderClassName
{
color: #993F38;
}
.AnyTagClassName
{
color: #993F38;
}
</style>
background-color css
<style>
a { background-color: #993F38; }
a { background-color: rgb(153,63,56); }
div.DivClassName
{
background-color: #993F38;
}
.BgClassName
{
background-color: #993F38;
}
</style>
border-color css
<style>
span { border-color: #993F38; }
span { border-color: rgb(153,63,56); }
td.TdClassName
{
border-color: #993F38;
}
.TagClassName
{
border-color: #993F38;
}
</style>