Shades of Mahogany #DA363C
Tints of Mahogany #DA363C
RGB
CMYK
RGB Variations
Color information
#DA363C (or 0xDA363C) is known color: Mahogany. HEX triplet: DA, 36 and 3C. RGB value is (218,54,60). Sum of RGB (Red+Green+Blue) = 218+54+60=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA363C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA363C is #25C9C3. Grayscale: #676767. Windows color (decimal): -2476484 or 3946202. OLE color: 3946202.
HSL color Cylindrical-coordinate representation of color #DA363C: hue angle of 357.8º 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 #DA363C is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 54 | 60 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.15 |
| HSL | 357.8º | 0.69% | 0.53% | - |
| HSV(B) | 357.8º | 0.75% | 0.85% | - |
| XYZ | 31.05 | 17.87 | 6.09 | - |
| YUV | 103.72 | 103.33 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 54 | 60 | 0 | 0.75 | 0.72 | 0.15 | 357.8 | 0.69 | 0.53 |
| Hex | DA | 36 | 3C | 0 | 4B | 48 | F | 166 | 45 | 35 |
| Octal | 332 | 66 | 74 | 0 | 113 | 110 | 17 | 546 | 105 | 65 |
| Binary | 11011010 | 110110 | 111100 | 0 | 1001011 | 1001000 | 1111 | 101100110 | 1000101 | 110101 |
Color Harmonies of #DA363C
Complementary color
Monochromatic Colors of #DA363C
Black with #DA363C
Text Example
Text Example
White with #DA363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA363C; }
p { color: rgb(218,54,60); }
H1.HeaderClassName
{
color: #DA363C;
}
.AnyTagClassName
{
color: #DA363C;
}
</style>
background-color css
<style>
a { background-color: #DA363C; }
a { background-color: rgb(218,54,60); }
div.DivClassName
{
background-color: #DA363C;
}
.BgClassName
{
background-color: #DA363C;
}
</style>
border-color css
<style>
span { border-color: #DA363C; }
span { border-color: rgb(218,54,60); }
td.TdClassName
{
border-color: #DA363C;
}
.TagClassName
{
border-color: #DA363C;
}
</style>