Shades of Mahogany #CD2C34
Tints of Mahogany #CD2C34
RGB
CMYK
RGB Variations
Color information
#CD2C34 (or 0xCD2C34) is known color: Mahogany. HEX triplet: CD, 2C and 34. RGB value is (205,44,52). Sum of RGB (Red+Green+Blue) = 205+44+52=301 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.11% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2C34 is #32D3CB. Grayscale: #5D5D5D. Windows color (decimal): -3331020 or 3419341. OLE color: 3419341.
HSL color Cylindrical-coordinate representation of color #CD2C34: hue angle of 357.02º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD2C34 is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 44 | 52 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.20 |
| HSL | 357.02º | 0.65% | 0.49% | - |
| HSV(B) | 357.02º | 0.79% | 0.8% | - |
| XYZ | 26.7 | 15.03 | 4.74 | - |
| YUV | 93.05 | 104.84 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 44 | 52 | 0 | 0.79 | 0.75 | 0.20 | 357.02 | 0.65 | 0.49 |
| Hex | CD | 2C | 34 | 0 | 4F | 4B | 14 | 165 | 41 | 31 |
| Octal | 315 | 54 | 64 | 0 | 117 | 113 | 24 | 545 | 101 | 61 |
| Binary | 11001101 | 101100 | 110100 | 0 | 1001111 | 1001011 | 10100 | 101100101 | 1000001 | 110001 |
Color Harmonies of #CD2C34
Complementary color
Monochromatic Colors of #CD2C34
Black with #CD2C34
Text Example
Text Example
White with #CD2C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2C34; }
p { color: rgb(205,44,52); }
H1.HeaderClassName
{
color: #CD2C34;
}
.AnyTagClassName
{
color: #CD2C34;
}
</style>
background-color css
<style>
a { background-color: #CD2C34; }
a { background-color: rgb(205,44,52); }
div.DivClassName
{
background-color: #CD2C34;
}
.BgClassName
{
background-color: #CD2C34;
}
</style>
border-color css
<style>
span { border-color: #CD2C34; }
span { border-color: rgb(205,44,52); }
td.TdClassName
{
border-color: #CD2C34;
}
.TagClassName
{
border-color: #CD2C34;
}
</style>