Shades of Mahogany #D54445
Tints of Mahogany #D54445
RGB
CMYK
RGB Variations
Color information
#D54445 (or 0xD54445) is known color: Mahogany. HEX triplet: D5, 44 and 45. RGB value is (213,68,69). Sum of RGB (Red+Green+Blue) = 213+68+69=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D54445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54445 is #2ABBBA. Grayscale: #6F6F6F. Windows color (decimal): -2800571 or 4539605. OLE color: 4539605.
HSL color Cylindrical-coordinate representation of color #D54445: hue angle of 359.59º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D54445 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 68 | 69 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.16 |
| HSL | 359.59º | 0.63% | 0.55% | - |
| HSV(B) | 359.59º | 0.68% | 0.84% | - |
| XYZ | 30.58 | 18.71 | 7.63 | - |
| YUV | 111.47 | 104.04 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 68 | 69 | 0 | 0.68 | 0.68 | 0.16 | 359.59 | 0.63 | 0.55 |
| Hex | D5 | 44 | 45 | 0 | 44 | 44 | 10 | 168 | 3F | 37 |
| Octal | 325 | 104 | 105 | 0 | 104 | 104 | 20 | 550 | 77 | 67 |
| Binary | 11010101 | 1000100 | 1000101 | 0 | 1000100 | 1000100 | 10000 | 101101000 | 111111 | 110111 |
Color Harmonies of #D54445
Complementary color
Monochromatic Colors of #D54445
Black with #D54445
Text Example
Text Example
White with #D54445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54445; }
p { color: rgb(213,68,69); }
H1.HeaderClassName
{
color: #D54445;
}
.AnyTagClassName
{
color: #D54445;
}
</style>
background-color css
<style>
a { background-color: #D54445; }
a { background-color: rgb(213,68,69); }
div.DivClassName
{
background-color: #D54445;
}
.BgClassName
{
background-color: #D54445;
}
</style>
border-color css
<style>
span { border-color: #D54445; }
span { border-color: rgb(213,68,69); }
td.TdClassName
{
border-color: #D54445;
}
.TagClassName
{
border-color: #D54445;
}
</style>