Shades of Mahogany #D33A3C
Tints of Mahogany #D33A3C
RGB
CMYK
RGB Variations
Color information
#D33A3C (or 0xD33A3C) is known color: Mahogany. HEX triplet: D3, 3A and 3C. RGB value is (211,58,60). Sum of RGB (Red+Green+Blue) = 211+58+60=329 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.13% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 211 - color contains mainly: red. Hex color #D33A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33A3C is #2CC5C3. Grayscale: #686868. Windows color (decimal): -2934212 or 3947219. OLE color: 3947219.
HSL color Cylindrical-coordinate representation of color #D33A3C: hue angle of 359.22º 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 #D33A3C is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 58 | 60 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.17 |
| HSL | 359.22º | 0.63% | 0.53% | - |
| HSV(B) | 359.22º | 0.73% | 0.83% | - |
| XYZ | 29.19 | 17.2 | 6.06 | - |
| YUV | 103.98 | 103.19 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 58 | 60 | 0 | 0.73 | 0.72 | 0.17 | 359.22 | 0.63 | 0.53 |
| Hex | D3 | 3A | 3C | 0 | 49 | 48 | 11 | 167 | 3F | 35 |
| Octal | 323 | 72 | 74 | 0 | 111 | 110 | 21 | 547 | 77 | 65 |
| Binary | 11010011 | 111010 | 111100 | 0 | 1001001 | 1001000 | 10001 | 101100111 | 111111 | 110101 |
Color Harmonies of #D33A3C
Complementary color
Monochromatic Colors of #D33A3C
Black with #D33A3C
Text Example
Text Example
White with #D33A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33A3C; }
p { color: rgb(211,58,60); }
H1.HeaderClassName
{
color: #D33A3C;
}
.AnyTagClassName
{
color: #D33A3C;
}
</style>
background-color css
<style>
a { background-color: #D33A3C; }
a { background-color: rgb(211,58,60); }
div.DivClassName
{
background-color: #D33A3C;
}
.BgClassName
{
background-color: #D33A3C;
}
</style>
border-color css
<style>
span { border-color: #D33A3C; }
span { border-color: rgb(211,58,60); }
td.TdClassName
{
border-color: #D33A3C;
}
.TagClassName
{
border-color: #D33A3C;
}
</style>