Shades of Mahogany #D6323E
Tints of Mahogany #D6323E
RGB
CMYK
RGB Variations
Color information
#D6323E (or 0xD6323E) is known color: Mahogany. HEX triplet: D6, 32 and 3E. RGB value is (214,50,62). Sum of RGB (Red+Green+Blue) = 214+50+62=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D6323E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6323E is #29CDC1. Grayscale: #646464. Windows color (decimal): -2739650 or 4076246. OLE color: 4076246.
HSL color Cylindrical-coordinate representation of color #D6323E: hue angle of 355.61º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D6323E is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 50 | 62 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.16 |
| HSL | 355.61º | 0.67% | 0.52% | - |
| HSV(B) | 355.61º | 0.77% | 0.84% | - |
| XYZ | 29.74 | 16.93 | 6.26 | - |
| YUV | 100.4 | 106.33 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 50 | 62 | 0 | 0.77 | 0.71 | 0.16 | 355.61 | 0.67 | 0.52 |
| Hex | D6 | 32 | 3E | 0 | 4D | 47 | 10 | 164 | 43 | 34 |
| Octal | 326 | 62 | 76 | 0 | 115 | 107 | 20 | 544 | 103 | 64 |
| Binary | 11010110 | 110010 | 111110 | 0 | 1001101 | 1000111 | 10000 | 101100100 | 1000011 | 110100 |
Color Harmonies of #D6323E
Complementary color
Monochromatic Colors of #D6323E
Black with #D6323E
Text Example
Text Example
White with #D6323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6323E; }
p { color: rgb(214,50,62); }
H1.HeaderClassName
{
color: #D6323E;
}
.AnyTagClassName
{
color: #D6323E;
}
</style>
background-color css
<style>
a { background-color: #D6323E; }
a { background-color: rgb(214,50,62); }
div.DivClassName
{
background-color: #D6323E;
}
.BgClassName
{
background-color: #D6323E;
}
</style>
border-color css
<style>
span { border-color: #D6323E; }
span { border-color: rgb(214,50,62); }
td.TdClassName
{
border-color: #D6323E;
}
.TagClassName
{
border-color: #D6323E;
}
</style>