Shades of Mahogany #D3343F
Tints of Mahogany #D3343F
RGB
CMYK
RGB Variations
Color information
#D3343F (or 0xD3343F) is known color: Mahogany. HEX triplet: D3, 34 and 3F. RGB value is (211,52,63). Sum of RGB (Red+Green+Blue) = 211+52+63=326 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.72% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 211 - color contains mainly: red. Hex color #D3343F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3343F is #2CCBC0. Grayscale: #646464. Windows color (decimal): -2935745 or 4142291. OLE color: 4142291.
HSL color Cylindrical-coordinate representation of color #D3343F: hue angle of 355.85º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D3343F is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 52 | 63 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.17 |
| HSL | 355.85º | 0.64% | 0.52% | - |
| HSV(B) | 355.85º | 0.75% | 0.83% | - |
| XYZ | 28.99 | 16.66 | 6.39 | - |
| YUV | 100.8 | 106.68 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 52 | 63 | 0 | 0.75 | 0.70 | 0.17 | 355.85 | 0.64 | 0.52 |
| Hex | D3 | 34 | 3F | 0 | 4B | 46 | 11 | 164 | 40 | 34 |
| Octal | 323 | 64 | 77 | 0 | 113 | 106 | 21 | 544 | 100 | 64 |
| Binary | 11010011 | 110100 | 111111 | 0 | 1001011 | 1000110 | 10001 | 101100100 | 1000000 | 110100 |
Color Harmonies of #D3343F
Complementary color
Monochromatic Colors of #D3343F
Black with #D3343F
Text Example
Text Example
White with #D3343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3343F; }
p { color: rgb(211,52,63); }
H1.HeaderClassName
{
color: #D3343F;
}
.AnyTagClassName
{
color: #D3343F;
}
</style>
background-color css
<style>
a { background-color: #D3343F; }
a { background-color: rgb(211,52,63); }
div.DivClassName
{
background-color: #D3343F;
}
.BgClassName
{
background-color: #D3343F;
}
</style>
border-color css
<style>
span { border-color: #D3343F; }
span { border-color: rgb(211,52,63); }
td.TdClassName
{
border-color: #D3343F;
}
.TagClassName
{
border-color: #D3343F;
}
</style>