Shades of Mahogany #D83338
Tints of Mahogany #D83338
RGB
CMYK
RGB Variations
Color information
#D83338 (or 0xD83338) is known color: Mahogany. HEX triplet: D8, 33 and 38. RGB value is (216,51,56). Sum of RGB (Red+Green+Blue) = 216+51+56=323 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.87% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 56 (22.27% from 255 or 17.34% from 323); Max value from RGB is 216 - color contains mainly: red. Hex color #D83338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83338 is #27CCC7. Grayscale: #656565. Windows color (decimal): -2608328 or 3683288. OLE color: 3683288.
HSL color Cylindrical-coordinate representation of color #D83338: hue angle of 358.18º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D83338 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 51 | 56 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.15 |
| HSL | 358.18º | 0.68% | 0.52% | - |
| HSV(B) | 358.18º | 0.76% | 0.85% | - |
| XYZ | 30.22 | 17.25 | 5.48 | - |
| YUV | 100.91 | 102.66 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 51 | 56 | 0 | 0.76 | 0.74 | 0.15 | 358.18 | 0.68 | 0.52 |
| Hex | D8 | 33 | 38 | 0 | 4C | 4A | F | 166 | 44 | 34 |
| Octal | 330 | 63 | 70 | 0 | 114 | 112 | 17 | 546 | 104 | 64 |
| Binary | 11011000 | 110011 | 111000 | 0 | 1001100 | 1001010 | 1111 | 101100110 | 1000100 | 110100 |
Color Harmonies of #D83338
Complementary color
Monochromatic Colors of #D83338
Black with #D83338
Text Example
Text Example
White with #D83338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83338; }
p { color: rgb(216,51,56); }
H1.HeaderClassName
{
color: #D83338;
}
.AnyTagClassName
{
color: #D83338;
}
</style>
background-color css
<style>
a { background-color: #D83338; }
a { background-color: rgb(216,51,56); }
div.DivClassName
{
background-color: #D83338;
}
.BgClassName
{
background-color: #D83338;
}
</style>
border-color css
<style>
span { border-color: #D83338; }
span { border-color: rgb(216,51,56); }
td.TdClassName
{
border-color: #D83338;
}
.TagClassName
{
border-color: #D83338;
}
</style>