Shades of Mahogany #D33A42
Tints of Mahogany #D33A42
RGB
CMYK
RGB Variations
Color information
#D33A42 (or 0xD33A42) is known color: Mahogany. HEX triplet: D3, 3A and 42. RGB value is (211,58,66). Sum of RGB (Red+Green+Blue) = 211+58+66=335 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.99% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 211 - color contains mainly: red. Hex color #D33A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33A42 is #2CC5BD. Grayscale: #686868. Windows color (decimal): -2934206 or 4340435. OLE color: 4340435.
HSL color Cylindrical-coordinate representation of color #D33A42: hue angle of 356.86º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D33A42 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 58 | 66 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.17 |
| HSL | 356.86º | 0.63% | 0.53% | - |
| HSV(B) | 356.86º | 0.73% | 0.83% | - |
| XYZ | 29.36 | 17.27 | 6.94 | - |
| YUV | 104.66 | 106.19 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 58 | 66 | 0 | 0.73 | 0.69 | 0.17 | 356.86 | 0.63 | 0.53 |
| Hex | D3 | 3A | 42 | 0 | 49 | 45 | 11 | 165 | 3F | 35 |
| Octal | 323 | 72 | 102 | 0 | 111 | 105 | 21 | 545 | 77 | 65 |
| Binary | 11010011 | 111010 | 1000010 | 0 | 1001001 | 1000101 | 10001 | 101100101 | 111111 | 110101 |
Color Harmonies of #D33A42
Complementary color
Monochromatic Colors of #D33A42
Black with #D33A42
Text Example
Text Example
White with #D33A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33A42; }
p { color: rgb(211,58,66); }
H1.HeaderClassName
{
color: #D33A42;
}
.AnyTagClassName
{
color: #D33A42;
}
</style>
background-color css
<style>
a { background-color: #D33A42; }
a { background-color: rgb(211,58,66); }
div.DivClassName
{
background-color: #D33A42;
}
.BgClassName
{
background-color: #D33A42;
}
</style>
border-color css
<style>
span { border-color: #D33A42; }
span { border-color: rgb(211,58,66); }
td.TdClassName
{
border-color: #D33A42;
}
.TagClassName
{
border-color: #D33A42;
}
</style>