Shades of Mahogany #D0272A
Tints of Mahogany #D0272A
RGB
CMYK
RGB Variations
Color information
#D0272A (or 0xD0272A) is known color: Mahogany. HEX triplet: D0, 27 and 2A. RGB value is (208,39,42). Sum of RGB (Red+Green+Blue) = 208+39+42=289 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.97% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 208 - color contains mainly: red. Hex color #D0272A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0272A is #2FD8D5. Grayscale: #5A5A5A. Windows color (decimal): -3135702 or 2762704. OLE color: 2762704.
HSL color Cylindrical-coordinate representation of color #D0272A: hue angle of 358.93º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D0272A is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 39 | 42 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.18 |
| HSL | 358.93º | 0.68% | 0.48% | - |
| HSV(B) | 358.93º | 0.81% | 0.82% | - |
| XYZ | 27.16 | 15.03 | 3.66 | - |
| YUV | 89.87 | 100.99 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 39 | 42 | 0 | 0.81 | 0.80 | 0.18 | 358.93 | 0.68 | 0.48 |
| Hex | D0 | 27 | 2A | 0 | 51 | 50 | 12 | 167 | 44 | 30 |
| Octal | 320 | 47 | 52 | 0 | 121 | 120 | 22 | 547 | 104 | 60 |
| Binary | 11010000 | 100111 | 101010 | 0 | 1010001 | 1010000 | 10010 | 101100111 | 1000100 | 110000 |
Color Harmonies of #D0272A
Complementary color
Monochromatic Colors of #D0272A
Black with #D0272A
Text Example
Text Example
White with #D0272A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0272A; }
p { color: rgb(208,39,42); }
H1.HeaderClassName
{
color: #D0272A;
}
.AnyTagClassName
{
color: #D0272A;
}
</style>
background-color css
<style>
a { background-color: #D0272A; }
a { background-color: rgb(208,39,42); }
div.DivClassName
{
background-color: #D0272A;
}
.BgClassName
{
background-color: #D0272A;
}
</style>
border-color css
<style>
span { border-color: #D0272A; }
span { border-color: rgb(208,39,42); }
td.TdClassName
{
border-color: #D0272A;
}
.TagClassName
{
border-color: #D0272A;
}
</style>