Shades of Mahogany #D14345
Tints of Mahogany #D14345
RGB
CMYK
RGB Variations
Color information
#D14345 (or 0xD14345) is known color: Mahogany. HEX triplet: D1, 43 and 45. RGB value is (209,67,69). Sum of RGB (Red+Green+Blue) = 209+67+69=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D14345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14345 is #2EBCBA. Grayscale: #6D6D6D. Windows color (decimal): -3062971 or 4539345. OLE color: 4539345.
HSL color Cylindrical-coordinate representation of color #D14345: hue angle of 359.15º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D14345 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 69 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.18 |
| HSL | 359.15º | 0.61% | 0.54% | - |
| HSV(B) | 359.15º | 0.68% | 0.82% | - |
| XYZ | 29.38 | 18 | 7.56 | - |
| YUV | 109.69 | 105.04 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 69 | 0 | 0.68 | 0.67 | 0.18 | 359.15 | 0.61 | 0.54 |
| Hex | D1 | 43 | 45 | 0 | 44 | 43 | 12 | 167 | 3D | 36 |
| Octal | 321 | 103 | 105 | 0 | 104 | 103 | 22 | 547 | 75 | 66 |
| Binary | 11010001 | 1000011 | 1000101 | 0 | 1000100 | 1000011 | 10010 | 101100111 | 111101 | 110110 |
Color Harmonies of #D14345
Complementary color
Monochromatic Colors of #D14345
Black with #D14345
Text Example
Text Example
White with #D14345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14345; }
p { color: rgb(209,67,69); }
H1.HeaderClassName
{
color: #D14345;
}
.AnyTagClassName
{
color: #D14345;
}
</style>
background-color css
<style>
a { background-color: #D14345; }
a { background-color: rgb(209,67,69); }
div.DivClassName
{
background-color: #D14345;
}
.BgClassName
{
background-color: #D14345;
}
</style>
border-color css
<style>
span { border-color: #D14345; }
span { border-color: rgb(209,67,69); }
td.TdClassName
{
border-color: #D14345;
}
.TagClassName
{
border-color: #D14345;
}
</style>