Shades of Mahogany #CA3136
Tints of Mahogany #CA3136
RGB
CMYK
RGB Variations
Color information
#CA3136 (or 0xCA3136) is known color: Mahogany. HEX triplet: CA, 31 and 36. RGB value is (202,49,54). Sum of RGB (Red+Green+Blue) = 202+49+54=305 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.23% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3136 is #35CEC9. Grayscale: #5F5F5F. Windows color (decimal): -3526346 or 3551690. OLE color: 3551690.
HSL color Cylindrical-coordinate representation of color #CA3136: hue angle of 358.04º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA3136 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 49 | 54 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.21 |
| HSL | 358.04º | 0.61% | 0.49% | - |
| HSV(B) | 358.04º | 0.76% | 0.79% | - |
| XYZ | 26.12 | 15.02 | 5.01 | - |
| YUV | 95.32 | 104.69 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 49 | 54 | 0 | 0.76 | 0.73 | 0.21 | 358.04 | 0.61 | 0.49 |
| Hex | CA | 31 | 36 | 0 | 4C | 49 | 15 | 166 | 3D | 31 |
| Octal | 312 | 61 | 66 | 0 | 114 | 111 | 25 | 546 | 75 | 61 |
| Binary | 11001010 | 110001 | 110110 | 0 | 1001100 | 1001001 | 10101 | 101100110 | 111101 | 110001 |
Color Harmonies of #CA3136
Complementary color
Monochromatic Colors of #CA3136
Black with #CA3136
Text Example
Text Example
White with #CA3136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3136; }
p { color: rgb(202,49,54); }
H1.HeaderClassName
{
color: #CA3136;
}
.AnyTagClassName
{
color: #CA3136;
}
</style>
background-color css
<style>
a { background-color: #CA3136; }
a { background-color: rgb(202,49,54); }
div.DivClassName
{
background-color: #CA3136;
}
.BgClassName
{
background-color: #CA3136;
}
</style>
border-color css
<style>
span { border-color: #CA3136; }
span { border-color: rgb(202,49,54); }
td.TdClassName
{
border-color: #CA3136;
}
.TagClassName
{
border-color: #CA3136;
}
</style>