Shades of Mahogany #D3373C
Tints of Mahogany #D3373C
RGB
CMYK
RGB Variations
Color information
#D3373C (or 0xD3373C) is known color: Mahogany. HEX triplet: D3, 37 and 3C. RGB value is (211,55,60). Sum of RGB (Red+Green+Blue) = 211+55+60=326 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.72% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 211 - color contains mainly: red. Hex color #D3373C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3373C is #2CC8C3. Grayscale: #666666. Windows color (decimal): -2934980 or 3946451. OLE color: 3946451.
HSL color Cylindrical-coordinate representation of color #D3373C: hue angle of 358.08º 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 #D3373C is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 55 | 60 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.17 |
| HSL | 358.08º | 0.64% | 0.52% | - |
| HSV(B) | 358.08º | 0.74% | 0.83% | - |
| XYZ | 29.05 | 16.91 | 6.01 | - |
| YUV | 102.21 | 104.18 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 55 | 60 | 0 | 0.74 | 0.72 | 0.17 | 358.08 | 0.64 | 0.52 |
| Hex | D3 | 37 | 3C | 0 | 4A | 48 | 11 | 166 | 40 | 34 |
| Octal | 323 | 67 | 74 | 0 | 112 | 110 | 21 | 546 | 100 | 64 |
| Binary | 11010011 | 110111 | 111100 | 0 | 1001010 | 1001000 | 10001 | 101100110 | 1000000 | 110100 |
Color Harmonies of #D3373C
Complementary color
Monochromatic Colors of #D3373C
Black with #D3373C
Text Example
Text Example
White with #D3373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3373C; }
p { color: rgb(211,55,60); }
H1.HeaderClassName
{
color: #D3373C;
}
.AnyTagClassName
{
color: #D3373C;
}
</style>
background-color css
<style>
a { background-color: #D3373C; }
a { background-color: rgb(211,55,60); }
div.DivClassName
{
background-color: #D3373C;
}
.BgClassName
{
background-color: #D3373C;
}
</style>
border-color css
<style>
span { border-color: #D3373C; }
span { border-color: rgb(211,55,60); }
td.TdClassName
{
border-color: #D3373C;
}
.TagClassName
{
border-color: #D3373C;
}
</style>