Shades of Mahogany #CD292D
Tints of Mahogany #CD292D
RGB
CMYK
RGB Variations
Color information
#CD292D (or 0xCD292D) is known color: Mahogany. HEX triplet: CD, 29 and 2D. RGB value is (205,41,45). Sum of RGB (Red+Green+Blue) = 205+41+45=291 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.45% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 205 - color contains mainly: red. Hex color #CD292D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD292D is #32D6D2. Grayscale: #5A5A5A. Windows color (decimal): -3331795 or 2959821. OLE color: 2959821.
HSL color Cylindrical-coordinate representation of color #CD292D: hue angle of 358.54º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD292D is Cyan = 0, Magento = 0.8, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 41 | 45 | - |
| CMYK | 0 | 0.8 | 0.78 | 0.20 |
| HSL | 358.54º | 0.67% | 0.48% | - |
| HSV(B) | 358.54º | 0.8% | 0.8% | - |
| XYZ | 26.44 | 14.75 | 3.94 | - |
| YUV | 90.49 | 102.33 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 41 | 45 | 0 | 0.8 | 0.78 | 0.20 | 358.54 | 0.67 | 0.48 |
| Hex | CD | 29 | 2D | 0 | 50 | 4E | 14 | 167 | 43 | 30 |
| Octal | 315 | 51 | 55 | 0 | 120 | 116 | 24 | 547 | 103 | 60 |
| Binary | 11001101 | 101001 | 101101 | 0 | 1010000 | 1001110 | 10100 | 101100111 | 1000011 | 110000 |
Color Harmonies of #CD292D
Complementary color
Monochromatic Colors of #CD292D
Black with #CD292D
Text Example
Text Example
White with #CD292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD292D; }
p { color: rgb(205,41,45); }
H1.HeaderClassName
{
color: #CD292D;
}
.AnyTagClassName
{
color: #CD292D;
}
</style>
background-color css
<style>
a { background-color: #CD292D; }
a { background-color: rgb(205,41,45); }
div.DivClassName
{
background-color: #CD292D;
}
.BgClassName
{
background-color: #CD292D;
}
</style>
border-color css
<style>
span { border-color: #CD292D; }
span { border-color: rgb(205,41,45); }
td.TdClassName
{
border-color: #CD292D;
}
.TagClassName
{
border-color: #CD292D;
}
</style>