Shades of Mahogany #D3383D
Tints of Mahogany #D3383D
RGB
CMYK
RGB Variations
Color information
#D3383D (or 0xD3383D) is known color: Mahogany. HEX triplet: D3, 38 and 3D. RGB value is (211,56,61). Sum of RGB (Red+Green+Blue) = 211+56+61=328 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.33% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 211 - color contains mainly: red. Hex color #D3383D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3383D is #2CC7C2. Grayscale: #676767. Windows color (decimal): -2934723 or 4012243. OLE color: 4012243.
HSL color Cylindrical-coordinate representation of color #D3383D: hue angle of 358.06º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D3383D is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 56 | 61 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.17 |
| HSL | 358.06º | 0.64% | 0.52% | - |
| HSV(B) | 358.06º | 0.73% | 0.83% | - |
| XYZ | 29.12 | 17.01 | 6.16 | - |
| YUV | 102.92 | 104.35 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 56 | 61 | 0 | 0.73 | 0.71 | 0.17 | 358.06 | 0.64 | 0.52 |
| Hex | D3 | 38 | 3D | 0 | 49 | 47 | 11 | 166 | 40 | 34 |
| Octal | 323 | 70 | 75 | 0 | 111 | 107 | 21 | 546 | 100 | 64 |
| Binary | 11010011 | 111000 | 111101 | 0 | 1001001 | 1000111 | 10001 | 101100110 | 1000000 | 110100 |
Color Harmonies of #D3383D
Complementary color
Monochromatic Colors of #D3383D
Black with #D3383D
Text Example
Text Example
White with #D3383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3383D; }
p { color: rgb(211,56,61); }
H1.HeaderClassName
{
color: #D3383D;
}
.AnyTagClassName
{
color: #D3383D;
}
</style>
background-color css
<style>
a { background-color: #D3383D; }
a { background-color: rgb(211,56,61); }
div.DivClassName
{
background-color: #D3383D;
}
.BgClassName
{
background-color: #D3383D;
}
</style>
border-color css
<style>
span { border-color: #D3383D; }
span { border-color: rgb(211,56,61); }
td.TdClassName
{
border-color: #D3383D;
}
.TagClassName
{
border-color: #D3383D;
}
</style>