Shades of Mahogany #D6333A
Tints of Mahogany #D6333A
RGB
CMYK
RGB Variations
Color information
#D6333A (or 0xD6333A) is known color: Mahogany. HEX triplet: D6, 33 and 3A. RGB value is (214,51,58). Sum of RGB (Red+Green+Blue) = 214+51+58=323 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.25% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 214 - color contains mainly: red. Hex color #D6333A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6333A is #29CCC5. Grayscale: #646464. Windows color (decimal): -2739398 or 3814358. OLE color: 3814358.
HSL color Cylindrical-coordinate representation of color #D6333A: hue angle of 357.42º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D6333A is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 51 | 58 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.16 |
| HSL | 357.42º | 0.67% | 0.52% | - |
| HSV(B) | 357.42º | 0.76% | 0.84% | - |
| XYZ | 29.68 | 16.97 | 5.71 | - |
| YUV | 100.54 | 104 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 51 | 58 | 0 | 0.76 | 0.73 | 0.16 | 357.42 | 0.67 | 0.52 |
| Hex | D6 | 33 | 3A | 0 | 4C | 49 | 10 | 165 | 43 | 34 |
| Octal | 326 | 63 | 72 | 0 | 114 | 111 | 20 | 545 | 103 | 64 |
| Binary | 11010110 | 110011 | 111010 | 0 | 1001100 | 1001001 | 10000 | 101100101 | 1000011 | 110100 |
Color Harmonies of #D6333A
Complementary color
Monochromatic Colors of #D6333A
Black with #D6333A
Text Example
Text Example
White with #D6333A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6333A; }
p { color: rgb(214,51,58); }
H1.HeaderClassName
{
color: #D6333A;
}
.AnyTagClassName
{
color: #D6333A;
}
</style>
background-color css
<style>
a { background-color: #D6333A; }
a { background-color: rgb(214,51,58); }
div.DivClassName
{
background-color: #D6333A;
}
.BgClassName
{
background-color: #D6333A;
}
</style>
border-color css
<style>
span { border-color: #D6333A; }
span { border-color: rgb(214,51,58); }
td.TdClassName
{
border-color: #D6333A;
}
.TagClassName
{
border-color: #D6333A;
}
</style>