Shades of Mahogany #D33F45
Tints of Mahogany #D33F45
RGB
CMYK
RGB Variations
Color information
#D33F45 (or 0xD33F45) is known color: Mahogany. HEX triplet: D3, 3F and 45. RGB value is (211,63,69). Sum of RGB (Red+Green+Blue) = 211+63+69=343 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.52% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 211 - color contains mainly: red. Hex color #D33F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33F45 is #2CC0BA. Grayscale: #6C6C6C. Windows color (decimal): -2932923 or 4538323. OLE color: 4538323.
HSL color Cylindrical-coordinate representation of color #D33F45: hue angle of 357.57º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D33F45 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 63 | 69 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.17 |
| HSL | 357.57º | 0.63% | 0.54% | - |
| HSV(B) | 357.57º | 0.7% | 0.83% | - |
| XYZ | 29.72 | 17.83 | 7.51 | - |
| YUV | 107.94 | 106.03 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 63 | 69 | 0 | 0.70 | 0.67 | 0.17 | 357.57 | 0.63 | 0.54 |
| Hex | D3 | 3F | 45 | 0 | 46 | 43 | 11 | 166 | 3F | 36 |
| Octal | 323 | 77 | 105 | 0 | 106 | 103 | 21 | 546 | 77 | 66 |
| Binary | 11010011 | 111111 | 1000101 | 0 | 1000110 | 1000011 | 10001 | 101100110 | 111111 | 110110 |
Color Harmonies of #D33F45
Complementary color
Monochromatic Colors of #D33F45
Black with #D33F45
Text Example
Text Example
White with #D33F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33F45; }
p { color: rgb(211,63,69); }
H1.HeaderClassName
{
color: #D33F45;
}
.AnyTagClassName
{
color: #D33F45;
}
</style>
background-color css
<style>
a { background-color: #D33F45; }
a { background-color: rgb(211,63,69); }
div.DivClassName
{
background-color: #D33F45;
}
.BgClassName
{
background-color: #D33F45;
}
</style>
border-color css
<style>
span { border-color: #D33F45; }
span { border-color: rgb(211,63,69); }
td.TdClassName
{
border-color: #D33F45;
}
.TagClassName
{
border-color: #D33F45;
}
</style>