Shades of Mahogany #CD282B
Tints of Mahogany #CD282B
RGB
CMYK
RGB Variations
Color information
#CD282B (or 0xCD282B) is known color: Mahogany. HEX triplet: CD, 28 and 2B. RGB value is (205,40,43). Sum of RGB (Red+Green+Blue) = 205+40+43=288 (38% of max value = 765). Red value is 205 (80.47% from 255 or 71.18% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 205 - color contains mainly: red. Hex color #CD282B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD282B is #32D7D4. Grayscale: #595959. Windows color (decimal): -3332053 or 2828493. OLE color: 2828493.
HSL color Cylindrical-coordinate representation of color #CD282B: hue angle of 358.91º 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 #CD282B is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 40 | 43 | - |
| CMYK | 0 | 0.80 | 0.79 | 0.20 |
| HSL | 358.91º | 0.67% | 0.48% | - |
| HSV(B) | 358.91º | 0.8% | 0.8% | - |
| XYZ | 26.37 | 14.67 | 3.73 | - |
| YUV | 89.68 | 101.66 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 40 | 43 | 0 | 0.80 | 0.79 | 0.20 | 358.91 | 0.67 | 0.48 |
| Hex | CD | 28 | 2B | 0 | 50 | 4F | 14 | 167 | 43 | 30 |
| Octal | 315 | 50 | 53 | 0 | 120 | 117 | 24 | 547 | 103 | 60 |
| Binary | 11001101 | 101000 | 101011 | 0 | 1010000 | 1001111 | 10100 | 101100111 | 1000011 | 110000 |
Color Harmonies of #CD282B
Complementary color
Monochromatic Colors of #CD282B
Black with #CD282B
Text Example
Text Example
White with #CD282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD282B; }
p { color: rgb(205,40,43); }
H1.HeaderClassName
{
color: #CD282B;
}
.AnyTagClassName
{
color: #CD282B;
}
</style>
background-color css
<style>
a { background-color: #CD282B; }
a { background-color: rgb(205,40,43); }
div.DivClassName
{
background-color: #CD282B;
}
.BgClassName
{
background-color: #CD282B;
}
</style>
border-color css
<style>
span { border-color: #CD282B; }
span { border-color: rgb(205,40,43); }
td.TdClassName
{
border-color: #CD282B;
}
.TagClassName
{
border-color: #CD282B;
}
</style>