Shades of Mahogany #D7333A
Tints of Mahogany #D7333A
RGB
CMYK
RGB Variations
Color information
#D7333A (or 0xD7333A) is known color: Mahogany. HEX triplet: D7, 33 and 3A. RGB value is (215,51,58). Sum of RGB (Red+Green+Blue) = 215+51+58=324 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.36% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 215 - color contains mainly: red. Hex color #D7333A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7333A is #28CCC5. Grayscale: #646464. Windows color (decimal): -2673862 or 3814359. OLE color: 3814359.
HSL color Cylindrical-coordinate representation of color #D7333A: hue angle of 357.44º 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 #D7333A is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 51 | 58 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.16 |
| HSL | 357.44º | 0.67% | 0.52% | - |
| HSV(B) | 357.44º | 0.76% | 0.84% | - |
| XYZ | 29.97 | 17.12 | 5.73 | - |
| YUV | 100.83 | 103.83 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 51 | 58 | 0 | 0.76 | 0.73 | 0.16 | 357.44 | 0.67 | 0.52 |
| Hex | D7 | 33 | 3A | 0 | 4C | 49 | 10 | 165 | 43 | 34 |
| Octal | 327 | 63 | 72 | 0 | 114 | 111 | 20 | 545 | 103 | 64 |
| Binary | 11010111 | 110011 | 111010 | 0 | 1001100 | 1001001 | 10000 | 101100101 | 1000011 | 110100 |
Color Harmonies of #D7333A
Complementary color
Monochromatic Colors of #D7333A
Black with #D7333A
Text Example
Text Example
White with #D7333A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7333A; }
p { color: rgb(215,51,58); }
H1.HeaderClassName
{
color: #D7333A;
}
.AnyTagClassName
{
color: #D7333A;
}
</style>
background-color css
<style>
a { background-color: #D7333A; }
a { background-color: rgb(215,51,58); }
div.DivClassName
{
background-color: #D7333A;
}
.BgClassName
{
background-color: #D7333A;
}
</style>
border-color css
<style>
span { border-color: #D7333A; }
span { border-color: rgb(215,51,58); }
td.TdClassName
{
border-color: #D7333A;
}
.TagClassName
{
border-color: #D7333A;
}
</style>