Shades of Mahogany #D5383A
Tints of Mahogany #D5383A
RGB
CMYK
RGB Variations
Color information
#D5383A (or 0xD5383A) is known color: Mahogany. HEX triplet: D5, 38 and 3A. RGB value is (213,56,58). Sum of RGB (Red+Green+Blue) = 213+56+58=327 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.14% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 58 (23.05% from 255 or 17.74% from 327); Max value from RGB is 213 - color contains mainly: red. Hex color #D5383A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5383A is #2AC7C5. Grayscale: #676767. Windows color (decimal): -2803654 or 3815637. OLE color: 3815637.
HSL color Cylindrical-coordinate representation of color #D5383A: hue angle of 359.24º 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 #D5383A is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 56 | 58 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.16 |
| HSL | 359.24º | 0.65% | 0.53% | - |
| HSV(B) | 359.24º | 0.74% | 0.84% | - |
| XYZ | 29.62 | 17.28 | 5.78 | - |
| YUV | 103.17 | 102.51 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 56 | 58 | 0 | 0.74 | 0.73 | 0.16 | 359.24 | 0.65 | 0.53 |
| Hex | D5 | 38 | 3A | 0 | 4A | 49 | 10 | 167 | 41 | 35 |
| Octal | 325 | 70 | 72 | 0 | 112 | 111 | 20 | 547 | 101 | 65 |
| Binary | 11010101 | 111000 | 111010 | 0 | 1001010 | 1001001 | 10000 | 101100111 | 1000001 | 110101 |
Color Harmonies of #D5383A
Complementary color
Monochromatic Colors of #D5383A
Black with #D5383A
Text Example
Text Example
White with #D5383A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5383A; }
p { color: rgb(213,56,58); }
H1.HeaderClassName
{
color: #D5383A;
}
.AnyTagClassName
{
color: #D5383A;
}
</style>
background-color css
<style>
a { background-color: #D5383A; }
a { background-color: rgb(213,56,58); }
div.DivClassName
{
background-color: #D5383A;
}
.BgClassName
{
background-color: #D5383A;
}
</style>
border-color css
<style>
span { border-color: #D5383A; }
span { border-color: rgb(213,56,58); }
td.TdClassName
{
border-color: #D5383A;
}
.TagClassName
{
border-color: #D5383A;
}
</style>