Shades of Mahogany #D3323F
Tints of Mahogany #D3323F
RGB
CMYK
RGB Variations
Color information
#D3323F (or 0xD3323F) is known color: Mahogany. HEX triplet: D3, 32 and 3F. RGB value is (211,50,63). Sum of RGB (Red+Green+Blue) = 211+50+63=324 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.12% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 211 - color contains mainly: red. Hex color #D3323F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3323F is #2CCDC0. Grayscale: #636363. Windows color (decimal): -2936257 or 4141779. OLE color: 4141779.
HSL color Cylindrical-coordinate representation of color #D3323F: hue angle of 355.16º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D3323F is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 50 | 63 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.17 |
| HSL | 355.16º | 0.65% | 0.51% | - |
| HSV(B) | 355.16º | 0.76% | 0.83% | - |
| XYZ | 28.9 | 16.49 | 6.36 | - |
| YUV | 99.62 | 107.34 | 207.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 50 | 63 | 0 | 0.76 | 0.70 | 0.17 | 355.16 | 0.65 | 0.51 |
| Hex | D3 | 32 | 3F | 0 | 4C | 46 | 11 | 163 | 41 | 33 |
| Octal | 323 | 62 | 77 | 0 | 114 | 106 | 21 | 543 | 101 | 63 |
| Binary | 11010011 | 110010 | 111111 | 0 | 1001100 | 1000110 | 10001 | 101100011 | 1000001 | 110011 |
Color Harmonies of #D3323F
Complementary color
Monochromatic Colors of #D3323F
Black with #D3323F
Text Example
Text Example
White with #D3323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3323F; }
p { color: rgb(211,50,63); }
H1.HeaderClassName
{
color: #D3323F;
}
.AnyTagClassName
{
color: #D3323F;
}
</style>
background-color css
<style>
a { background-color: #D3323F; }
a { background-color: rgb(211,50,63); }
div.DivClassName
{
background-color: #D3323F;
}
.BgClassName
{
background-color: #D3323F;
}
</style>
border-color css
<style>
span { border-color: #D3323F; }
span { border-color: rgb(211,50,63); }
td.TdClassName
{
border-color: #D3323F;
}
.TagClassName
{
border-color: #D3323F;
}
</style>