Shades of Mahogany #CA2C31
Tints of Mahogany #CA2C31
RGB
CMYK
RGB Variations
Color information
#CA2C31 (or 0xCA2C31) is known color: Mahogany. HEX triplet: CA, 2C and 31. RGB value is (202,44,49). Sum of RGB (Red+Green+Blue) = 202+44+49=295 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.47% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2C31 is #35D3CE. Grayscale: #5B5B5B. Windows color (decimal): -3527631 or 3222730. OLE color: 3222730.
HSL color Cylindrical-coordinate representation of color #CA2C31: hue angle of 358.1º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2C31 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 44 | 49 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.21 |
| HSL | 358.1º | 0.64% | 0.48% | - |
| HSV(B) | 358.1º | 0.78% | 0.79% | - |
| XYZ | 25.81 | 14.58 | 4.36 | - |
| YUV | 91.81 | 103.85 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 44 | 49 | 0 | 0.78 | 0.76 | 0.21 | 358.1 | 0.64 | 0.48 |
| Hex | CA | 2C | 31 | 0 | 4E | 4C | 15 | 166 | 40 | 30 |
| Octal | 312 | 54 | 61 | 0 | 116 | 114 | 25 | 546 | 100 | 60 |
| Binary | 11001010 | 101100 | 110001 | 0 | 1001110 | 1001100 | 10101 | 101100110 | 1000000 | 110000 |
Color Harmonies of #CA2C31
Complementary color
Monochromatic Colors of #CA2C31
Black with #CA2C31
Text Example
Text Example
White with #CA2C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2C31; }
p { color: rgb(202,44,49); }
H1.HeaderClassName
{
color: #CA2C31;
}
.AnyTagClassName
{
color: #CA2C31;
}
</style>
background-color css
<style>
a { background-color: #CA2C31; }
a { background-color: rgb(202,44,49); }
div.DivClassName
{
background-color: #CA2C31;
}
.BgClassName
{
background-color: #CA2C31;
}
</style>
border-color css
<style>
span { border-color: #CA2C31; }
span { border-color: rgb(202,44,49); }
td.TdClassName
{
border-color: #CA2C31;
}
.TagClassName
{
border-color: #CA2C31;
}
</style>