Shades of Mahogany #CD2B2D
Tints of Mahogany #CD2B2D
RGB
CMYK
RGB Variations
Color information
#CD2B2D (or 0xCD2B2D) is known color: Mahogany. HEX triplet: CD, 2B and 2D. RGB value is (205,43,45). Sum of RGB (Red+Green+Blue) = 205+43+45=293 (38% of max value = 765). Red value is 205 (80.47% from 255 or 69.97% from 293); Green value is 43 (17.19% from 255 or 14.68% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2B2D is #32D4D2. Grayscale: #5B5B5B. Windows color (decimal): -3331283 or 2960333. OLE color: 2960333.
HSL color Cylindrical-coordinate representation of color #CD2B2D: hue angle of 359.26º 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 #CD2B2D is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 43 | 45 | - |
| CMYK | 0 | 0.79 | 0.78 | 0.20 |
| HSL | 359.26º | 0.65% | 0.49% | - |
| HSV(B) | 359.26º | 0.79% | 0.8% | - |
| XYZ | 26.51 | 14.9 | 3.96 | - |
| YUV | 91.67 | 101.67 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 43 | 45 | 0 | 0.79 | 0.78 | 0.20 | 359.26 | 0.65 | 0.49 |
| Hex | CD | 2B | 2D | 0 | 4F | 4E | 14 | 167 | 41 | 31 |
| Octal | 315 | 53 | 55 | 0 | 117 | 116 | 24 | 547 | 101 | 61 |
| Binary | 11001101 | 101011 | 101101 | 0 | 1001111 | 1001110 | 10100 | 101100111 | 1000001 | 110001 |
Color Harmonies of #CD2B2D
Complementary color
Monochromatic Colors of #CD2B2D
Black with #CD2B2D
Text Example
Text Example
White with #CD2B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2B2D; }
p { color: rgb(205,43,45); }
H1.HeaderClassName
{
color: #CD2B2D;
}
.AnyTagClassName
{
color: #CD2B2D;
}
</style>
background-color css
<style>
a { background-color: #CD2B2D; }
a { background-color: rgb(205,43,45); }
div.DivClassName
{
background-color: #CD2B2D;
}
.BgClassName
{
background-color: #CD2B2D;
}
</style>
border-color css
<style>
span { border-color: #CD2B2D; }
span { border-color: rgb(205,43,45); }
td.TdClassName
{
border-color: #CD2B2D;
}
.TagClassName
{
border-color: #CD2B2D;
}
</style>