Shades of Mahogany #D63638
Tints of Mahogany #D63638
RGB
CMYK
RGB Variations
Color information
#D63638 (or 0xD63638) is known color: Mahogany. HEX triplet: D6, 36 and 38. RGB value is (214,54,56). Sum of RGB (Red+Green+Blue) = 214+54+56=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D63638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63638 is #29C9C7. Grayscale: #666666. Windows color (decimal): -2738632 or 3684054. OLE color: 3684054.
HSL color Cylindrical-coordinate representation of color #D63638: hue angle of 359.25º 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 #D63638 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 54 | 56 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.16 |
| HSL | 359.25º | 0.66% | 0.53% | - |
| HSV(B) | 359.25º | 0.75% | 0.84% | - |
| XYZ | 29.76 | 17.22 | 5.5 | - |
| YUV | 102.07 | 102.01 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 54 | 56 | 0 | 0.75 | 0.74 | 0.16 | 359.25 | 0.66 | 0.53 |
| Hex | D6 | 36 | 38 | 0 | 4B | 4A | 10 | 167 | 42 | 35 |
| Octal | 326 | 66 | 70 | 0 | 113 | 112 | 20 | 547 | 102 | 65 |
| Binary | 11010110 | 110110 | 111000 | 0 | 1001011 | 1001010 | 10000 | 101100111 | 1000010 | 110101 |
Color Harmonies of #D63638
Complementary color
Monochromatic Colors of #D63638
Black with #D63638
Text Example
Text Example
White with #D63638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63638; }
p { color: rgb(214,54,56); }
H1.HeaderClassName
{
color: #D63638;
}
.AnyTagClassName
{
color: #D63638;
}
</style>
background-color css
<style>
a { background-color: #D63638; }
a { background-color: rgb(214,54,56); }
div.DivClassName
{
background-color: #D63638;
}
.BgClassName
{
background-color: #D63638;
}
</style>
border-color css
<style>
span { border-color: #D63638; }
span { border-color: rgb(214,54,56); }
td.TdClassName
{
border-color: #D63638;
}
.TagClassName
{
border-color: #D63638;
}
</style>