Shades of Mahogany #D33739
Tints of Mahogany #D33739
RGB
CMYK
RGB Variations
Color information
#D33739 (or 0xD33739) is known color: Mahogany. HEX triplet: D3, 37 and 39. RGB value is (211,55,57). Sum of RGB (Red+Green+Blue) = 211+55+57=323 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.33% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 57 (22.66% from 255 or 17.65% from 323); Max value from RGB is 211 - color contains mainly: red. Hex color #D33739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33739 is #2CC8C6. Grayscale: #666666. Windows color (decimal): -2934983 or 3749843. OLE color: 3749843.
HSL color Cylindrical-coordinate representation of color #D33739: hue angle of 359.23º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D33739 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 55 | 57 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.17 |
| HSL | 359.23º | 0.64% | 0.52% | - |
| HSV(B) | 359.23º | 0.74% | 0.83% | - |
| XYZ | 28.97 | 16.88 | 5.6 | - |
| YUV | 101.87 | 102.68 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 55 | 57 | 0 | 0.74 | 0.73 | 0.17 | 359.23 | 0.64 | 0.52 |
| Hex | D3 | 37 | 39 | 0 | 4A | 49 | 11 | 167 | 40 | 34 |
| Octal | 323 | 67 | 71 | 0 | 112 | 111 | 21 | 547 | 100 | 64 |
| Binary | 11010011 | 110111 | 111001 | 0 | 1001010 | 1001001 | 10001 | 101100111 | 1000000 | 110100 |
Color Harmonies of #D33739
Complementary color
Monochromatic Colors of #D33739
Black with #D33739
Text Example
Text Example
White with #D33739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33739; }
p { color: rgb(211,55,57); }
H1.HeaderClassName
{
color: #D33739;
}
.AnyTagClassName
{
color: #D33739;
}
</style>
background-color css
<style>
a { background-color: #D33739; }
a { background-color: rgb(211,55,57); }
div.DivClassName
{
background-color: #D33739;
}
.BgClassName
{
background-color: #D33739;
}
</style>
border-color css
<style>
span { border-color: #D33739; }
span { border-color: rgb(211,55,57); }
td.TdClassName
{
border-color: #D33739;
}
.TagClassName
{
border-color: #D33739;
}
</style>