Shades of Mahogany #D5383B
Tints of Mahogany #D5383B
RGB
CMYK
RGB Variations
Color information
#D5383B (or 0xD5383B) is known color: Mahogany. HEX triplet: D5, 38 and 3B. RGB value is (213,56,59). Sum of RGB (Red+Green+Blue) = 213+56+59=328 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.94% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 59 (23.44% from 255 or 17.99% from 328); Max value from RGB is 213 - color contains mainly: red. Hex color #D5383B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5383B is #2AC7C4. Grayscale: #676767. Windows color (decimal): -2803653 or 3881173. OLE color: 3881173.
HSL color Cylindrical-coordinate representation of color #D5383B: hue angle of 358.85º 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 #D5383B is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 56 | 59 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.16 |
| HSL | 358.85º | 0.65% | 0.53% | - |
| HSV(B) | 358.85º | 0.74% | 0.84% | - |
| XYZ | 29.64 | 17.29 | 5.91 | - |
| YUV | 103.29 | 103.01 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 56 | 59 | 0 | 0.74 | 0.72 | 0.16 | 358.85 | 0.65 | 0.53 |
| Hex | D5 | 38 | 3B | 0 | 4A | 48 | 10 | 167 | 41 | 35 |
| Octal | 325 | 70 | 73 | 0 | 112 | 110 | 20 | 547 | 101 | 65 |
| Binary | 11010101 | 111000 | 111011 | 0 | 1001010 | 1001000 | 10000 | 101100111 | 1000001 | 110101 |
Color Harmonies of #D5383B
Complementary color
Monochromatic Colors of #D5383B
Black with #D5383B
Text Example
Text Example
White with #D5383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5383B; }
p { color: rgb(213,56,59); }
H1.HeaderClassName
{
color: #D5383B;
}
.AnyTagClassName
{
color: #D5383B;
}
</style>
background-color css
<style>
a { background-color: #D5383B; }
a { background-color: rgb(213,56,59); }
div.DivClassName
{
background-color: #D5383B;
}
.BgClassName
{
background-color: #D5383B;
}
</style>
border-color css
<style>
span { border-color: #D5383B; }
span { border-color: rgb(213,56,59); }
td.TdClassName
{
border-color: #D5383B;
}
.TagClassName
{
border-color: #D5383B;
}
</style>