Shades of Mahogany #D5383E
Tints of Mahogany #D5383E
RGB
CMYK
RGB Variations
Color information
#D5383E (or 0xD5383E) is known color: Mahogany. HEX triplet: D5, 38 and 3E. RGB value is (213,56,62). Sum of RGB (Red+Green+Blue) = 213+56+62=331 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.35% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 213 - color contains mainly: red. Hex color #D5383E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5383E is #2AC7C1. Grayscale: #676767. Windows color (decimal): -2803650 or 4077781. OLE color: 4077781.
HSL color Cylindrical-coordinate representation of color #D5383E: hue angle of 357.71º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D5383E is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 56 | 62 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.16 |
| HSL | 357.71º | 0.65% | 0.53% | - |
| HSV(B) | 357.71º | 0.74% | 0.84% | - |
| XYZ | 29.72 | 17.32 | 6.33 | - |
| YUV | 103.63 | 104.51 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 56 | 62 | 0 | 0.74 | 0.71 | 0.16 | 357.71 | 0.65 | 0.53 |
| Hex | D5 | 38 | 3E | 0 | 4A | 47 | 10 | 166 | 41 | 35 |
| Octal | 325 | 70 | 76 | 0 | 112 | 107 | 20 | 546 | 101 | 65 |
| Binary | 11010101 | 111000 | 111110 | 0 | 1001010 | 1000111 | 10000 | 101100110 | 1000001 | 110101 |
Color Harmonies of #D5383E
Complementary color
Monochromatic Colors of #D5383E
Black with #D5383E
Text Example
Text Example
White with #D5383E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5383E; }
p { color: rgb(213,56,62); }
H1.HeaderClassName
{
color: #D5383E;
}
.AnyTagClassName
{
color: #D5383E;
}
</style>
background-color css
<style>
a { background-color: #D5383E; }
a { background-color: rgb(213,56,62); }
div.DivClassName
{
background-color: #D5383E;
}
.BgClassName
{
background-color: #D5383E;
}
</style>
border-color css
<style>
span { border-color: #D5383E; }
span { border-color: rgb(213,56,62); }
td.TdClassName
{
border-color: #D5383E;
}
.TagClassName
{
border-color: #D5383E;
}
</style>