Shades of Mahogany #CD3A40
Tints of Mahogany #CD3A40
RGB
CMYK
RGB Variations
Color information
#CD3A40 (or 0xCD3A40) is known color: Mahogany. HEX triplet: CD, 3A and 40. RGB value is (205,58,64). Sum of RGB (Red+Green+Blue) = 205+58+64=327 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.69% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3A40 is #32C5BF. Grayscale: #666666. Windows color (decimal): -3327424 or 4209357. OLE color: 4209357.
HSL color Cylindrical-coordinate representation of color #CD3A40: hue angle of 357.55º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD3A40 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 58 | 64 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.20 |
| HSL | 357.55º | 0.6% | 0.52% | - |
| HSV(B) | 357.55º | 0.72% | 0.8% | - |
| XYZ | 27.62 | 16.38 | 6.56 | - |
| YUV | 102.64 | 106.2 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 58 | 64 | 0 | 0.72 | 0.69 | 0.20 | 357.55 | 0.6 | 0.52 |
| Hex | CD | 3A | 40 | 0 | 48 | 45 | 14 | 166 | 3C | 34 |
| Octal | 315 | 72 | 100 | 0 | 110 | 105 | 24 | 546 | 74 | 64 |
| Binary | 11001101 | 111010 | 1000000 | 0 | 1001000 | 1000101 | 10100 | 101100110 | 111100 | 110100 |
Color Harmonies of #CD3A40
Complementary color
Monochromatic Colors of #CD3A40
Black with #CD3A40
Text Example
Text Example
White with #CD3A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3A40; }
p { color: rgb(205,58,64); }
H1.HeaderClassName
{
color: #CD3A40;
}
.AnyTagClassName
{
color: #CD3A40;
}
</style>
background-color css
<style>
a { background-color: #CD3A40; }
a { background-color: rgb(205,58,64); }
div.DivClassName
{
background-color: #CD3A40;
}
.BgClassName
{
background-color: #CD3A40;
}
</style>
border-color css
<style>
span { border-color: #CD3A40; }
span { border-color: rgb(205,58,64); }
td.TdClassName
{
border-color: #CD3A40;
}
.TagClassName
{
border-color: #CD3A40;
}
</style>