Shades of Mahogany #CD3031
Tints of Mahogany #CD3031
RGB
CMYK
RGB Variations
Color information
#CD3031 (or 0xCD3031) is known color: Mahogany. HEX triplet: CD, 30 and 31. RGB value is (205,48,49). Sum of RGB (Red+Green+Blue) = 205+48+49=302 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.88% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3031 is #32CFCE. Grayscale: #5F5F5F. Windows color (decimal): -3329999 or 3223757. OLE color: 3223757.
HSL color Cylindrical-coordinate representation of color #CD3031: hue angle of 359.62º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD3031 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 48 | 49 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.20 |
| HSL | 359.62º | 0.62% | 0.5% | - |
| HSV(B) | 359.62º | 0.77% | 0.8% | - |
| XYZ | 26.79 | 15.31 | 4.45 | - |
| YUV | 95.06 | 102.01 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 48 | 49 | 0 | 0.77 | 0.76 | 0.20 | 359.62 | 0.62 | 0.5 |
| Hex | CD | 30 | 31 | 0 | 4D | 4C | 14 | 168 | 3E | 32 |
| Octal | 315 | 60 | 61 | 0 | 115 | 114 | 24 | 550 | 76 | 62 |
| Binary | 11001101 | 110000 | 110001 | 0 | 1001101 | 1001100 | 10100 | 101101000 | 111110 | 110010 |
Color Harmonies of #CD3031
Complementary color
Monochromatic Colors of #CD3031
Black with #CD3031
Text Example
Text Example
White with #CD3031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3031; }
p { color: rgb(205,48,49); }
H1.HeaderClassName
{
color: #CD3031;
}
.AnyTagClassName
{
color: #CD3031;
}
</style>
background-color css
<style>
a { background-color: #CD3031; }
a { background-color: rgb(205,48,49); }
div.DivClassName
{
background-color: #CD3031;
}
.BgClassName
{
background-color: #CD3031;
}
</style>
border-color css
<style>
span { border-color: #CD3031; }
span { border-color: rgb(205,48,49); }
td.TdClassName
{
border-color: #CD3031;
}
.TagClassName
{
border-color: #CD3031;
}
</style>