Shades of Mahogany #CD272D
Tints of Mahogany #CD272D
RGB
CMYK
RGB Variations
Color information
#CD272D (or 0xCD272D) is known color: Mahogany. HEX triplet: CD, 27 and 2D. RGB value is (205,39,45). Sum of RGB (Red+Green+Blue) = 205+39+45=289 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.93% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 205 - color contains mainly: red. Hex color #CD272D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD272D is #32D8D2. Grayscale: #595959. Windows color (decimal): -3332307 or 2959309. OLE color: 2959309.
HSL color Cylindrical-coordinate representation of color #CD272D: hue angle of 357.83º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD272D is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 39 | 45 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.20 |
| HSL | 357.83º | 0.68% | 0.48% | - |
| HSV(B) | 357.83º | 0.81% | 0.8% | - |
| XYZ | 26.38 | 14.62 | 3.91 | - |
| YUV | 89.32 | 103 | 210.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 39 | 45 | 0 | 0.81 | 0.78 | 0.20 | 357.83 | 0.68 | 0.48 |
| Hex | CD | 27 | 2D | 0 | 51 | 4E | 14 | 166 | 44 | 30 |
| Octal | 315 | 47 | 55 | 0 | 121 | 116 | 24 | 546 | 104 | 60 |
| Binary | 11001101 | 100111 | 101101 | 0 | 1010001 | 1001110 | 10100 | 101100110 | 1000100 | 110000 |
Color Harmonies of #CD272D
Complementary color
Monochromatic Colors of #CD272D
Black with #CD272D
Text Example
Text Example
White with #CD272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD272D; }
p { color: rgb(205,39,45); }
H1.HeaderClassName
{
color: #CD272D;
}
.AnyTagClassName
{
color: #CD272D;
}
</style>
background-color css
<style>
a { background-color: #CD272D; }
a { background-color: rgb(205,39,45); }
div.DivClassName
{
background-color: #CD272D;
}
.BgClassName
{
background-color: #CD272D;
}
</style>
border-color css
<style>
span { border-color: #CD272D; }
span { border-color: rgb(205,39,45); }
td.TdClassName
{
border-color: #CD272D;
}
.TagClassName
{
border-color: #CD272D;
}
</style>