Shades of Mahogany #CD2B32
Tints of Mahogany #CD2B32
RGB
CMYK
RGB Variations
Color information
#CD2B32 (or 0xCD2B32) is known color: Mahogany. HEX triplet: CD, 2B and 32. RGB value is (205,43,50). Sum of RGB (Red+Green+Blue) = 205+43+50=298 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.79% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2B32 is #32D4CD. Grayscale: #5C5C5C. Windows color (decimal): -3331278 or 3288013. OLE color: 3288013.
HSL color Cylindrical-coordinate representation of color #CD2B32: hue angle of 357.41º 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 #CD2B32 is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 43 | 50 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.20 |
| HSL | 357.41º | 0.65% | 0.49% | - |
| HSV(B) | 357.41º | 0.79% | 0.8% | - |
| XYZ | 26.62 | 14.94 | 4.5 | - |
| YUV | 92.24 | 104.17 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 43 | 50 | 0 | 0.79 | 0.76 | 0.20 | 357.41 | 0.65 | 0.49 |
| Hex | CD | 2B | 32 | 0 | 4F | 4C | 14 | 165 | 41 | 31 |
| Octal | 315 | 53 | 62 | 0 | 117 | 114 | 24 | 545 | 101 | 61 |
| Binary | 11001101 | 101011 | 110010 | 0 | 1001111 | 1001100 | 10100 | 101100101 | 1000001 | 110001 |
Color Harmonies of #CD2B32
Complementary color
Monochromatic Colors of #CD2B32
Black with #CD2B32
Text Example
Text Example
White with #CD2B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2B32; }
p { color: rgb(205,43,50); }
H1.HeaderClassName
{
color: #CD2B32;
}
.AnyTagClassName
{
color: #CD2B32;
}
</style>
background-color css
<style>
a { background-color: #CD2B32; }
a { background-color: rgb(205,43,50); }
div.DivClassName
{
background-color: #CD2B32;
}
.BgClassName
{
background-color: #CD2B32;
}
</style>
border-color css
<style>
span { border-color: #CD2B32; }
span { border-color: rgb(205,43,50); }
td.TdClassName
{
border-color: #CD2B32;
}
.TagClassName
{
border-color: #CD2B32;
}
</style>