Shades of Mahogany #DA363B
Tints of Mahogany #DA363B
RGB
CMYK
RGB Variations
Color information
#DA363B (or 0xDA363B) is known color: Mahogany. HEX triplet: DA, 36 and 3B. RGB value is (218,54,59). Sum of RGB (Red+Green+Blue) = 218+54+59=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA363B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA363B is #25C9C4. Grayscale: #676767. Windows color (decimal): -2476485 or 3880666. OLE color: 3880666.
HSL color Cylindrical-coordinate representation of color #DA363B: hue angle of 358.17º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA363B is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 54 | 59 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.15 |
| HSL | 358.17º | 0.69% | 0.53% | - |
| HSV(B) | 358.17º | 0.75% | 0.85% | - |
| XYZ | 31.02 | 17.86 | 5.95 | - |
| YUV | 103.61 | 102.83 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 54 | 59 | 0 | 0.75 | 0.73 | 0.15 | 358.17 | 0.69 | 0.53 |
| Hex | DA | 36 | 3B | 0 | 4B | 49 | F | 166 | 45 | 35 |
| Octal | 332 | 66 | 73 | 0 | 113 | 111 | 17 | 546 | 105 | 65 |
| Binary | 11011010 | 110110 | 111011 | 0 | 1001011 | 1001001 | 1111 | 101100110 | 1000101 | 110101 |
Color Harmonies of #DA363B
Complementary color
Monochromatic Colors of #DA363B
Black with #DA363B
Text Example
Text Example
White with #DA363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA363B; }
p { color: rgb(218,54,59); }
H1.HeaderClassName
{
color: #DA363B;
}
.AnyTagClassName
{
color: #DA363B;
}
</style>
background-color css
<style>
a { background-color: #DA363B; }
a { background-color: rgb(218,54,59); }
div.DivClassName
{
background-color: #DA363B;
}
.BgClassName
{
background-color: #DA363B;
}
</style>
border-color css
<style>
span { border-color: #DA363B; }
span { border-color: rgb(218,54,59); }
td.TdClassName
{
border-color: #DA363B;
}
.TagClassName
{
border-color: #DA363B;
}
</style>