Shades of Mahogany #CA2D39
Tints of Mahogany #CA2D39
RGB
CMYK
RGB Variations
Color information
#CA2D39 (or 0xCA2D39) is known color: Mahogany. HEX triplet: CA, 2D and 39. RGB value is (202,45,57). Sum of RGB (Red+Green+Blue) = 202+45+57=304 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.45% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 57 (22.66% from 255 or 18.75% from 304); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2D39 is #35D2C6. Grayscale: #5D5D5D. Windows color (decimal): -3527367 or 3747274. OLE color: 3747274.
HSL color Cylindrical-coordinate representation of color #CA2D39: hue angle of 355.41º 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 #CA2D39 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 45 | 57 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.21 |
| HSL | 355.41º | 0.64% | 0.48% | - |
| HSV(B) | 355.41º | 0.78% | 0.79% | - |
| XYZ | 26.03 | 14.73 | 5.34 | - |
| YUV | 93.31 | 107.51 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 57 | 0 | 0.78 | 0.72 | 0.21 | 355.41 | 0.64 | 0.48 |
| Hex | CA | 2D | 39 | 0 | 4E | 48 | 15 | 163 | 40 | 30 |
| Octal | 312 | 55 | 71 | 0 | 116 | 110 | 25 | 543 | 100 | 60 |
| Binary | 11001010 | 101101 | 111001 | 0 | 1001110 | 1001000 | 10101 | 101100011 | 1000000 | 110000 |
Color Harmonies of #CA2D39
Complementary color
Monochromatic Colors of #CA2D39
Black with #CA2D39
Text Example
Text Example
White with #CA2D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2D39; }
p { color: rgb(202,45,57); }
H1.HeaderClassName
{
color: #CA2D39;
}
.AnyTagClassName
{
color: #CA2D39;
}
</style>
background-color css
<style>
a { background-color: #CA2D39; }
a { background-color: rgb(202,45,57); }
div.DivClassName
{
background-color: #CA2D39;
}
.BgClassName
{
background-color: #CA2D39;
}
</style>
border-color css
<style>
span { border-color: #CA2D39; }
span { border-color: rgb(202,45,57); }
td.TdClassName
{
border-color: #CA2D39;
}
.TagClassName
{
border-color: #CA2D39;
}
</style>