Shades of Mahogany #D02B38
Tints of Mahogany #D02B38
RGB
CMYK
RGB Variations
Color information
#D02B38 (or 0xD02B38) is known color: Mahogany. HEX triplet: D0, 2B and 38. RGB value is (208,43,56). Sum of RGB (Red+Green+Blue) = 208+43+56=307 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.75% from 307); Green value is 43 (17.19% from 255 or 14.01% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 208 - color contains mainly: red. Hex color #D02B38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02B38 is #2FD4C7. Grayscale: #5D5D5D. Windows color (decimal): -3134664 or 3681232. OLE color: 3681232.
HSL color Cylindrical-coordinate representation of color #D02B38: hue angle of 355.27º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02B38 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 43 | 56 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.18 |
| HSL | 355.27º | 0.66% | 0.49% | - |
| HSV(B) | 355.27º | 0.79% | 0.82% | - |
| XYZ | 27.59 | 15.42 | 5.26 | - |
| YUV | 93.82 | 106.66 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 43 | 56 | 0 | 0.79 | 0.73 | 0.18 | 355.27 | 0.66 | 0.49 |
| Hex | D0 | 2B | 38 | 0 | 4F | 49 | 12 | 163 | 42 | 31 |
| Octal | 320 | 53 | 70 | 0 | 117 | 111 | 22 | 543 | 102 | 61 |
| Binary | 11010000 | 101011 | 111000 | 0 | 1001111 | 1001001 | 10010 | 101100011 | 1000010 | 110001 |
Color Harmonies of #D02B38
Complementary color
Monochromatic Colors of #D02B38
Black with #D02B38
Text Example
Text Example
White with #D02B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02B38; }
p { color: rgb(208,43,56); }
H1.HeaderClassName
{
color: #D02B38;
}
.AnyTagClassName
{
color: #D02B38;
}
</style>
background-color css
<style>
a { background-color: #D02B38; }
a { background-color: rgb(208,43,56); }
div.DivClassName
{
background-color: #D02B38;
}
.BgClassName
{
background-color: #D02B38;
}
</style>
border-color css
<style>
span { border-color: #D02B38; }
span { border-color: rgb(208,43,56); }
td.TdClassName
{
border-color: #D02B38;
}
.TagClassName
{
border-color: #D02B38;
}
</style>