Shades of Mahogany #D6363B
Tints of Mahogany #D6363B
RGB
CMYK
RGB Variations
Color information
#D6363B (or 0xD6363B) is known color: Mahogany. HEX triplet: D6, 36 and 3B. RGB value is (214,54,59). Sum of RGB (Red+Green+Blue) = 214+54+59=327 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.44% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 59 (23.44% from 255 or 18.04% from 327); Max value from RGB is 214 - color contains mainly: red. Hex color #D6363B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6363B is #29C9C4. Grayscale: #666666. Windows color (decimal): -2738629 or 3880662. OLE color: 3880662.
HSL color Cylindrical-coordinate representation of color #D6363B: hue angle of 358.12º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D6363B is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 54 | 59 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.16 |
| HSL | 358.13º | 0.66% | 0.53% | - |
| HSV(B) | 358.13º | 0.75% | 0.84% | - |
| XYZ | 29.84 | 17.25 | 5.89 | - |
| YUV | 102.41 | 103.51 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 54 | 59 | 0 | 0.75 | 0.72 | 0.16 | 358.13 | 0.66 | 0.53 |
| Hex | D6 | 36 | 3B | 0 | 4B | 48 | 10 | 166 | 42 | 35 |
| Octal | 326 | 66 | 73 | 0 | 113 | 110 | 20 | 546 | 102 | 65 |
| Binary | 11010110 | 110110 | 111011 | 0 | 1001011 | 1001000 | 10000 | 101100110 | 1000010 | 110101 |
Color Harmonies of #D6363B
Complementary color
Monochromatic Colors of #D6363B
Black with #D6363B
Text Example
Text Example
White with #D6363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6363B; }
p { color: rgb(214,54,59); }
H1.HeaderClassName
{
color: #D6363B;
}
.AnyTagClassName
{
color: #D6363B;
}
</style>
background-color css
<style>
a { background-color: #D6363B; }
a { background-color: rgb(214,54,59); }
div.DivClassName
{
background-color: #D6363B;
}
.BgClassName
{
background-color: #D6363B;
}
</style>
border-color css
<style>
span { border-color: #D6363B; }
span { border-color: rgb(214,54,59); }
td.TdClassName
{
border-color: #D6363B;
}
.TagClassName
{
border-color: #D6363B;
}
</style>