Shades of Mahogany #CD343A
Tints of Mahogany #CD343A
RGB
CMYK
RGB Variations
Color information
#CD343A (or 0xCD343A) is known color: Mahogany. HEX triplet: CD, 34 and 3A. RGB value is (205,52,58). Sum of RGB (Red+Green+Blue) = 205+52+58=315 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.08% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 205 - color contains mainly: red. Hex color #CD343A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD343A is #32CBC5. Grayscale: #626262. Windows color (decimal): -3328966 or 3814605. OLE color: 3814605.
HSL color Cylindrical-coordinate representation of color #CD343A: hue angle of 357.65º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CD343A is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 52 | 58 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.20 |
| HSL | 357.65º | 0.6% | 0.5% | - |
| HSV(B) | 357.65º | 0.75% | 0.8% | - |
| XYZ | 27.17 | 15.74 | 5.61 | - |
| YUV | 98.43 | 105.19 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 52 | 58 | 0 | 0.75 | 0.72 | 0.20 | 357.65 | 0.6 | 0.5 |
| Hex | CD | 34 | 3A | 0 | 4B | 48 | 14 | 166 | 3C | 32 |
| Octal | 315 | 64 | 72 | 0 | 113 | 110 | 24 | 546 | 74 | 62 |
| Binary | 11001101 | 110100 | 111010 | 0 | 1001011 | 1001000 | 10100 | 101100110 | 111100 | 110010 |
Color Harmonies of #CD343A
Complementary color
Monochromatic Colors of #CD343A
Black with #CD343A
Text Example
Text Example
White with #CD343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD343A; }
p { color: rgb(205,52,58); }
H1.HeaderClassName
{
color: #CD343A;
}
.AnyTagClassName
{
color: #CD343A;
}
</style>
background-color css
<style>
a { background-color: #CD343A; }
a { background-color: rgb(205,52,58); }
div.DivClassName
{
background-color: #CD343A;
}
.BgClassName
{
background-color: #CD343A;
}
</style>
border-color css
<style>
span { border-color: #CD343A; }
span { border-color: rgb(205,52,58); }
td.TdClassName
{
border-color: #CD343A;
}
.TagClassName
{
border-color: #CD343A;
}
</style>