Shades of Mahogany #D34145
Tints of Mahogany #D34145
RGB
CMYK
RGB Variations
Color information
#D34145 (or 0xD34145) is known color: Mahogany. HEX triplet: D3, 41 and 45. RGB value is (211,65,69). Sum of RGB (Red+Green+Blue) = 211+65+69=345 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.16% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 211 - color contains mainly: red. Hex color #D34145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34145 is #2CBEBA. Grayscale: #6D6D6D. Windows color (decimal): -2932411 or 4538835. OLE color: 4538835.
HSL color Cylindrical-coordinate representation of color #D34145: hue angle of 358.36º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D34145 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 65 | 69 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.17 |
| HSL | 358.36º | 0.62% | 0.54% | - |
| HSV(B) | 358.36º | 0.69% | 0.83% | - |
| XYZ | 29.83 | 18.06 | 7.54 | - |
| YUV | 109.11 | 105.37 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 65 | 69 | 0 | 0.69 | 0.67 | 0.17 | 358.36 | 0.62 | 0.54 |
| Hex | D3 | 41 | 45 | 0 | 45 | 43 | 11 | 166 | 3E | 36 |
| Octal | 323 | 101 | 105 | 0 | 105 | 103 | 21 | 546 | 76 | 66 |
| Binary | 11010011 | 1000001 | 1000101 | 0 | 1000101 | 1000011 | 10001 | 101100110 | 111110 | 110110 |
Color Harmonies of #D34145
Complementary color
Monochromatic Colors of #D34145
Black with #D34145
Text Example
Text Example
White with #D34145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34145; }
p { color: rgb(211,65,69); }
H1.HeaderClassName
{
color: #D34145;
}
.AnyTagClassName
{
color: #D34145;
}
</style>
background-color css
<style>
a { background-color: #D34145; }
a { background-color: rgb(211,65,69); }
div.DivClassName
{
background-color: #D34145;
}
.BgClassName
{
background-color: #D34145;
}
</style>
border-color css
<style>
span { border-color: #D34145; }
span { border-color: rgb(211,65,69); }
td.TdClassName
{
border-color: #D34145;
}
.TagClassName
{
border-color: #D34145;
}
</style>