Shades of Mahogany #CD3D3E
Tints of Mahogany #CD3D3E
RGB
CMYK
RGB Variations
Color information
#CD3D3E (or 0xCD3D3E) is known color: Mahogany. HEX triplet: CD, 3D and 3E. RGB value is (205,61,62). Sum of RGB (Red+Green+Blue) = 205+61+62=328 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.5% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 62 (24.61% from 255 or 18.90% from 328); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3D3E is #32C2C1. Grayscale: #686868. Windows color (decimal): -3326658 or 4079053. OLE color: 4079053.
HSL color Cylindrical-coordinate representation of color #CD3D3E: hue angle of 359.58º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD3D3E is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 61 | 62 | - |
| CMYK | 0 | 0.70 | 0.70 | 0.20 |
| HSL | 359.58º | 0.59% | 0.52% | - |
| HSV(B) | 359.58º | 0.7% | 0.8% | - |
| XYZ | 27.72 | 16.66 | 6.31 | - |
| YUV | 104.17 | 104.21 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 61 | 62 | 0 | 0.70 | 0.70 | 0.20 | 359.58 | 0.59 | 0.52 |
| Hex | CD | 3D | 3E | 0 | 46 | 46 | 14 | 168 | 3B | 34 |
| Octal | 315 | 75 | 76 | 0 | 106 | 106 | 24 | 550 | 73 | 64 |
| Binary | 11001101 | 111101 | 111110 | 0 | 1000110 | 1000110 | 10100 | 101101000 | 111011 | 110100 |
Color Harmonies of #CD3D3E
Complementary color
Monochromatic Colors of #CD3D3E
Black with #CD3D3E
Text Example
Text Example
White with #CD3D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3D3E; }
p { color: rgb(205,61,62); }
H1.HeaderClassName
{
color: #CD3D3E;
}
.AnyTagClassName
{
color: #CD3D3E;
}
</style>
background-color css
<style>
a { background-color: #CD3D3E; }
a { background-color: rgb(205,61,62); }
div.DivClassName
{
background-color: #CD3D3E;
}
.BgClassName
{
background-color: #CD3D3E;
}
</style>
border-color css
<style>
span { border-color: #CD3D3E; }
span { border-color: rgb(205,61,62); }
td.TdClassName
{
border-color: #CD3D3E;
}
.TagClassName
{
border-color: #CD3D3E;
}
</style>