Shades of Mahogany #D62B2D
Tints of Mahogany #D62B2D
RGB
CMYK
RGB Variations
Color information
#D62B2D (or 0xD62B2D) is known color: Mahogany. HEX triplet: D6, 2B and 2D. RGB value is (214,43,45). Sum of RGB (Red+Green+Blue) = 214+43+45=302 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.86% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 214 - color contains mainly: red. Hex color #D62B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62B2D is #29D4D2. Grayscale: #5E5E5E. Windows color (decimal): -2741459 or 2960342. OLE color: 2960342.
HSL color Cylindrical-coordinate representation of color #D62B2D: hue angle of 359.3º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D62B2D is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 43 | 45 | - |
| CMYK | 0 | 0.80 | 0.79 | 0.16 |
| HSL | 359.3º | 0.68% | 0.5% | - |
| HSV(B) | 359.3º | 0.8% | 0.84% | - |
| XYZ | 29.07 | 16.21 | 4.08 | - |
| YUV | 94.36 | 100.15 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 43 | 45 | 0 | 0.80 | 0.79 | 0.16 | 359.3 | 0.68 | 0.5 |
| Hex | D6 | 2B | 2D | 0 | 50 | 4F | 10 | 167 | 44 | 32 |
| Octal | 326 | 53 | 55 | 0 | 120 | 117 | 20 | 547 | 104 | 62 |
| Binary | 11010110 | 101011 | 101101 | 0 | 1010000 | 1001111 | 10000 | 101100111 | 1000100 | 110010 |
Color Harmonies of #D62B2D
Complementary color
Monochromatic Colors of #D62B2D
Black with #D62B2D
Text Example
Text Example
White with #D62B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62B2D; }
p { color: rgb(214,43,45); }
H1.HeaderClassName
{
color: #D62B2D;
}
.AnyTagClassName
{
color: #D62B2D;
}
</style>
background-color css
<style>
a { background-color: #D62B2D; }
a { background-color: rgb(214,43,45); }
div.DivClassName
{
background-color: #D62B2D;
}
.BgClassName
{
background-color: #D62B2D;
}
</style>
border-color css
<style>
span { border-color: #D62B2D; }
span { border-color: rgb(214,43,45); }
td.TdClassName
{
border-color: #D62B2D;
}
.TagClassName
{
border-color: #D62B2D;
}
</style>