Shades of Mahogany #CD2D3A
Tints of Mahogany #CD2D3A
RGB
CMYK
RGB Variations
Color information
#CD2D3A (or 0xCD2D3A) is known color: Mahogany. HEX triplet: CD, 2D and 3A. RGB value is (205,45,58). Sum of RGB (Red+Green+Blue) = 205+45+58=308 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.56% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2D3A is #32D2C5. Grayscale: #5E5E5E. Windows color (decimal): -3330758 or 3812813. OLE color: 3812813.
HSL color Cylindrical-coordinate representation of color #CD2D3A: hue angle of 355.12º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD2D3A is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 45 | 58 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.20 |
| HSL | 355.13º | 0.64% | 0.49% | - |
| HSV(B) | 355.13º | 0.78% | 0.8% | - |
| XYZ | 26.88 | 15.16 | 5.51 | - |
| YUV | 94.32 | 107.51 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 45 | 58 | 0 | 0.78 | 0.72 | 0.20 | 355.13 | 0.64 | 0.49 |
| Hex | CD | 2D | 3A | 0 | 4E | 48 | 14 | 163 | 40 | 31 |
| Octal | 315 | 55 | 72 | 0 | 116 | 110 | 24 | 543 | 100 | 61 |
| Binary | 11001101 | 101101 | 111010 | 0 | 1001110 | 1001000 | 10100 | 101100011 | 1000000 | 110001 |
Color Harmonies of #CD2D3A
Complementary color
Monochromatic Colors of #CD2D3A
Black with #CD2D3A
Text Example
Text Example
White with #CD2D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2D3A; }
p { color: rgb(205,45,58); }
H1.HeaderClassName
{
color: #CD2D3A;
}
.AnyTagClassName
{
color: #CD2D3A;
}
</style>
background-color css
<style>
a { background-color: #CD2D3A; }
a { background-color: rgb(205,45,58); }
div.DivClassName
{
background-color: #CD2D3A;
}
.BgClassName
{
background-color: #CD2D3A;
}
</style>
border-color css
<style>
span { border-color: #CD2D3A; }
span { border-color: rgb(205,45,58); }
td.TdClassName
{
border-color: #CD2D3A;
}
.TagClassName
{
border-color: #CD2D3A;
}
</style>