Shades of Mahogany #CD2829
Tints of Mahogany #CD2829
RGB
CMYK
RGB Variations
Color information
#CD2829 (or 0xCD2829) is known color: Mahogany. HEX triplet: CD, 28 and 29. RGB value is (205,40,41). Sum of RGB (Red+Green+Blue) = 205+40+41=286 (37% of max value = 765). Red value is 205 (80.47% from 255 or 71.68% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 41 (16.41% from 255 or 14.34% from 286); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2829 is #32D7D6. Grayscale: #595959. Windows color (decimal): -3332055 or 2697421. OLE color: 2697421.
HSL color Cylindrical-coordinate representation of color #CD2829: hue angle of 359.64º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD2829 is Cyan = 0, Magento = 0.80, Yellow = 0.8 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 40 | 41 | - |
| CMYK | 0 | 0.80 | 0.8 | 0.20 |
| HSL | 359.64º | 0.67% | 0.48% | - |
| HSV(B) | 359.64º | 0.8% | 0.8% | - |
| XYZ | 26.34 | 14.66 | 3.54 | - |
| YUV | 89.45 | 100.66 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 40 | 41 | 0 | 0.80 | 0.8 | 0.20 | 359.64 | 0.67 | 0.48 |
| Hex | CD | 28 | 29 | 0 | 50 | 50 | 14 | 168 | 43 | 30 |
| Octal | 315 | 50 | 51 | 0 | 120 | 120 | 24 | 550 | 103 | 60 |
| Binary | 11001101 | 101000 | 101001 | 0 | 1010000 | 1010000 | 10100 | 101101000 | 1000011 | 110000 |
Color Harmonies of #CD2829
Complementary color
Monochromatic Colors of #CD2829
Black with #CD2829
Text Example
Text Example
White with #CD2829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2829; }
p { color: rgb(205,40,41); }
H1.HeaderClassName
{
color: #CD2829;
}
.AnyTagClassName
{
color: #CD2829;
}
</style>
background-color css
<style>
a { background-color: #CD2829; }
a { background-color: rgb(205,40,41); }
div.DivClassName
{
background-color: #CD2829;
}
.BgClassName
{
background-color: #CD2829;
}
</style>
border-color css
<style>
span { border-color: #CD2829; }
span { border-color: rgb(205,40,41); }
td.TdClassName
{
border-color: #CD2829;
}
.TagClassName
{
border-color: #CD2829;
}
</style>