Shades of Mahogany #D73339
Tints of Mahogany #D73339
RGB
CMYK
RGB Variations
Color information
#D73339 (or 0xD73339) is known color: Mahogany. HEX triplet: D7, 33 and 39. RGB value is (215,51,57). Sum of RGB (Red+Green+Blue) = 215+51+57=323 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.56% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 57 (22.66% from 255 or 17.65% from 323); Max value from RGB is 215 - color contains mainly: red. Hex color #D73339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73339 is #28CCC6. Grayscale: #646464. Windows color (decimal): -2673863 or 3748823. OLE color: 3748823.
HSL color Cylindrical-coordinate representation of color #D73339: hue angle of 357.8º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D73339 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 51 | 57 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.16 |
| HSL | 357.8º | 0.67% | 0.52% | - |
| HSV(B) | 357.8º | 0.76% | 0.84% | - |
| XYZ | 29.95 | 17.11 | 5.6 | - |
| YUV | 100.72 | 103.33 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 51 | 57 | 0 | 0.76 | 0.73 | 0.16 | 357.8 | 0.67 | 0.52 |
| Hex | D7 | 33 | 39 | 0 | 4C | 49 | 10 | 166 | 43 | 34 |
| Octal | 327 | 63 | 71 | 0 | 114 | 111 | 20 | 546 | 103 | 64 |
| Binary | 11010111 | 110011 | 111001 | 0 | 1001100 | 1001001 | 10000 | 101100110 | 1000011 | 110100 |
Color Harmonies of #D73339
Complementary color
Monochromatic Colors of #D73339
Black with #D73339
Text Example
Text Example
White with #D73339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73339; }
p { color: rgb(215,51,57); }
H1.HeaderClassName
{
color: #D73339;
}
.AnyTagClassName
{
color: #D73339;
}
</style>
background-color css
<style>
a { background-color: #D73339; }
a { background-color: rgb(215,51,57); }
div.DivClassName
{
background-color: #D73339;
}
.BgClassName
{
background-color: #D73339;
}
</style>
border-color css
<style>
span { border-color: #D73339; }
span { border-color: rgb(215,51,57); }
td.TdClassName
{
border-color: #D73339;
}
.TagClassName
{
border-color: #D73339;
}
</style>