Shades of Mahogany #DA373D
Tints of Mahogany #DA373D
RGB
CMYK
RGB Variations
Color information
#DA373D (or 0xDA373D) is known color: Mahogany. HEX triplet: DA, 37 and 3D. RGB value is (218,55,61). Sum of RGB (Red+Green+Blue) = 218+55+61=334 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.27% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 218 - color contains mainly: red. Hex color #DA373D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA373D is #25C8C2. Grayscale: #686868. Windows color (decimal): -2476227 or 4011994. OLE color: 4011994.
HSL color Cylindrical-coordinate representation of color #DA373D: hue angle of 357.79º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA373D is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 55 | 61 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.15 |
| HSL | 357.79º | 0.69% | 0.54% | - |
| HSV(B) | 357.79º | 0.75% | 0.85% | - |
| XYZ | 31.12 | 17.97 | 6.24 | - |
| YUV | 104.42 | 103.5 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 55 | 61 | 0 | 0.75 | 0.72 | 0.15 | 357.79 | 0.69 | 0.54 |
| Hex | DA | 37 | 3D | 0 | 4B | 48 | F | 166 | 45 | 36 |
| Octal | 332 | 67 | 75 | 0 | 113 | 110 | 17 | 546 | 105 | 66 |
| Binary | 11011010 | 110111 | 111101 | 0 | 1001011 | 1001000 | 1111 | 101100110 | 1000101 | 110110 |
Color Harmonies of #DA373D
Complementary color
Monochromatic Colors of #DA373D
Black with #DA373D
Text Example
Text Example
White with #DA373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA373D; }
p { color: rgb(218,55,61); }
H1.HeaderClassName
{
color: #DA373D;
}
.AnyTagClassName
{
color: #DA373D;
}
</style>
background-color css
<style>
a { background-color: #DA373D; }
a { background-color: rgb(218,55,61); }
div.DivClassName
{
background-color: #DA373D;
}
.BgClassName
{
background-color: #DA373D;
}
</style>
border-color css
<style>
span { border-color: #DA373D; }
span { border-color: rgb(218,55,61); }
td.TdClassName
{
border-color: #DA373D;
}
.TagClassName
{
border-color: #DA373D;
}
</style>