Shades of Mahogany #CA2E34
Tints of Mahogany #CA2E34
RGB
CMYK
RGB Variations
Color information
#CA2E34 (or 0xCA2E34) is known color: Mahogany. HEX triplet: CA, 2E and 34. RGB value is (202,46,52). Sum of RGB (Red+Green+Blue) = 202+46+52=300 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.33% from 300); Green value is 46 (18.36% from 255 or 15.33% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2E34 is #35D1CB. Grayscale: #5D5D5D. Windows color (decimal): -3527116 or 3419850. OLE color: 3419850.
HSL color Cylindrical-coordinate representation of color #CA2E34: hue angle of 357.69º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA2E34 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 46 | 52 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.21 |
| HSL | 357.69º | 0.63% | 0.49% | - |
| HSV(B) | 357.69º | 0.77% | 0.79% | - |
| XYZ | 25.95 | 14.76 | 4.73 | - |
| YUV | 93.33 | 104.68 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 52 | 0 | 0.77 | 0.74 | 0.21 | 357.69 | 0.63 | 0.49 |
| Hex | CA | 2E | 34 | 0 | 4D | 4A | 15 | 166 | 3F | 31 |
| Octal | 312 | 56 | 64 | 0 | 115 | 112 | 25 | 546 | 77 | 61 |
| Binary | 11001010 | 101110 | 110100 | 0 | 1001101 | 1001010 | 10101 | 101100110 | 111111 | 110001 |
Color Harmonies of #CA2E34
Complementary color
Monochromatic Colors of #CA2E34
Black with #CA2E34
Text Example
Text Example
White with #CA2E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2E34; }
p { color: rgb(202,46,52); }
H1.HeaderClassName
{
color: #CA2E34;
}
.AnyTagClassName
{
color: #CA2E34;
}
</style>
background-color css
<style>
a { background-color: #CA2E34; }
a { background-color: rgb(202,46,52); }
div.DivClassName
{
background-color: #CA2E34;
}
.BgClassName
{
background-color: #CA2E34;
}
</style>
border-color css
<style>
span { border-color: #CA2E34; }
span { border-color: rgb(202,46,52); }
td.TdClassName
{
border-color: #CA2E34;
}
.TagClassName
{
border-color: #CA2E34;
}
</style>