Shades of Mahogany #CA313B
Tints of Mahogany #CA313B
RGB
CMYK
RGB Variations
Color information
#CA313B (or 0xCA313B) is known color: Mahogany. HEX triplet: CA, 31 and 3B. RGB value is (202,49,59). Sum of RGB (Red+Green+Blue) = 202+49+59=310 (41% of max value = 765). Red value is 202 (79.30% from 255 or 65.16% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 202 - color contains mainly: red. Hex color #CA313B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA313B is #35CEC4. Grayscale: #5F5F5F. Windows color (decimal): -3526341 or 3879370. OLE color: 3879370.
HSL color Cylindrical-coordinate representation of color #CA313B: hue angle of 356.08º 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 #CA313B is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 49 | 59 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.21 |
| HSL | 356.08º | 0.61% | 0.49% | - |
| HSV(B) | 356.08º | 0.76% | 0.79% | - |
| XYZ | 26.24 | 15.07 | 5.66 | - |
| YUV | 95.89 | 107.19 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 49 | 59 | 0 | 0.76 | 0.71 | 0.21 | 356.08 | 0.61 | 0.49 |
| Hex | CA | 31 | 3B | 0 | 4C | 47 | 15 | 164 | 3D | 31 |
| Octal | 312 | 61 | 73 | 0 | 114 | 107 | 25 | 544 | 75 | 61 |
| Binary | 11001010 | 110001 | 111011 | 0 | 1001100 | 1000111 | 10101 | 101100100 | 111101 | 110001 |
Color Harmonies of #CA313B
Complementary color
Monochromatic Colors of #CA313B
Black with #CA313B
Text Example
Text Example
White with #CA313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA313B; }
p { color: rgb(202,49,59); }
H1.HeaderClassName
{
color: #CA313B;
}
.AnyTagClassName
{
color: #CA313B;
}
</style>
background-color css
<style>
a { background-color: #CA313B; }
a { background-color: rgb(202,49,59); }
div.DivClassName
{
background-color: #CA313B;
}
.BgClassName
{
background-color: #CA313B;
}
</style>
border-color css
<style>
span { border-color: #CA313B; }
span { border-color: rgb(202,49,59); }
td.TdClassName
{
border-color: #CA313B;
}
.TagClassName
{
border-color: #CA313B;
}
</style>