Shades of Mahogany #D54143
Tints of Mahogany #D54143
RGB
CMYK
RGB Variations
Color information
#D54143 (or 0xD54143) is known color: Mahogany. HEX triplet: D5, 41 and 43. RGB value is (213,65,67). Sum of RGB (Red+Green+Blue) = 213+65+67=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 67 (26.56% from 255 or 19.42% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D54143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54143 is #2ABEBC. Grayscale: #6D6D6D. Windows color (decimal): -2801341 or 4407765. OLE color: 4407765.
HSL color Cylindrical-coordinate representation of color #D54143: hue angle of 359.19º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D54143 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 65 | 67 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.16 |
| HSL | 359.19º | 0.64% | 0.55% | - |
| HSV(B) | 359.19º | 0.69% | 0.84% | - |
| XYZ | 30.34 | 18.33 | 7.25 | - |
| YUV | 109.48 | 104.03 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 65 | 67 | 0 | 0.69 | 0.69 | 0.16 | 359.19 | 0.64 | 0.55 |
| Hex | D5 | 41 | 43 | 0 | 45 | 45 | 10 | 167 | 40 | 37 |
| Octal | 325 | 101 | 103 | 0 | 105 | 105 | 20 | 547 | 100 | 67 |
| Binary | 11010101 | 1000001 | 1000011 | 0 | 1000101 | 1000101 | 10000 | 101100111 | 1000000 | 110111 |
Color Harmonies of #D54143
Complementary color
Monochromatic Colors of #D54143
Black with #D54143
Text Example
Text Example
White with #D54143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54143; }
p { color: rgb(213,65,67); }
H1.HeaderClassName
{
color: #D54143;
}
.AnyTagClassName
{
color: #D54143;
}
</style>
background-color css
<style>
a { background-color: #D54143; }
a { background-color: rgb(213,65,67); }
div.DivClassName
{
background-color: #D54143;
}
.BgClassName
{
background-color: #D54143;
}
</style>
border-color css
<style>
span { border-color: #D54143; }
span { border-color: rgb(213,65,67); }
td.TdClassName
{
border-color: #D54143;
}
.TagClassName
{
border-color: #D54143;
}
</style>