Shades of Mahogany #D23F47
Tints of Mahogany #D23F47
RGB
CMYK
RGB Variations
Color information
#D23F47 (or 0xD23F47) is known color: Mahogany. HEX triplet: D2, 3F and 47. RGB value is (210,63,71). Sum of RGB (Red+Green+Blue) = 210+63+71=344 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.05% from 344); Green value is 63 (25% from 255 or 18.31% from 344); Blue value is 71 (28.12% from 255 or 20.64% from 344); Max value from RGB is 210 - color contains mainly: red. Hex color #D23F47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23F47 is #2DC0B8. Grayscale: #6B6B6B. Windows color (decimal): -2998457 or 4669394. OLE color: 4669394.
HSL color Cylindrical-coordinate representation of color #D23F47: hue angle of 356.73º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D23F47 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 63 | 71 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.18 |
| HSL | 356.73º | 0.62% | 0.54% | - |
| HSV(B) | 356.73º | 0.7% | 0.82% | - |
| XYZ | 29.49 | 17.71 | 7.83 | - |
| YUV | 107.87 | 107.2 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 71 | 0 | 0.70 | 0.66 | 0.18 | 356.73 | 0.62 | 0.54 |
| Hex | D2 | 3F | 47 | 0 | 46 | 42 | 12 | 165 | 3E | 36 |
| Octal | 322 | 77 | 107 | 0 | 106 | 102 | 22 | 545 | 76 | 66 |
| Binary | 11010010 | 111111 | 1000111 | 0 | 1000110 | 1000010 | 10010 | 101100101 | 111110 | 110110 |
Color Harmonies of #D23F47
Complementary color
Monochromatic Colors of #D23F47
Black with #D23F47
Text Example
Text Example
White with #D23F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23F47; }
p { color: rgb(210,63,71); }
H1.HeaderClassName
{
color: #D23F47;
}
.AnyTagClassName
{
color: #D23F47;
}
</style>
background-color css
<style>
a { background-color: #D23F47; }
a { background-color: rgb(210,63,71); }
div.DivClassName
{
background-color: #D23F47;
}
.BgClassName
{
background-color: #D23F47;
}
</style>
border-color css
<style>
span { border-color: #D23F47; }
span { border-color: rgb(210,63,71); }
td.TdClassName
{
border-color: #D23F47;
}
.TagClassName
{
border-color: #D23F47;
}
</style>