Shades of Mahogany #DA4346
Tints of Mahogany #DA4346
RGB
CMYK
RGB Variations
Color information
#DA4346 (or 0xDA4346) is known color: Mahogany. HEX triplet: DA, 43 and 46. RGB value is (218,67,70). Sum of RGB (Red+Green+Blue) = 218+67+70=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4346 is #25BCB9. Grayscale: #707070. Windows color (decimal): -2473146 or 4604890. OLE color: 4604890.
HSL color Cylindrical-coordinate representation of color #DA4346: hue angle of 358.81º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA4346 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 67 | 70 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.15 |
| HSL | 358.81º | 0.67% | 0.56% | - |
| HSV(B) | 358.81º | 0.69% | 0.85% | - |
| XYZ | 32.03 | 19.36 | 7.84 | - |
| YUV | 112.49 | 104.03 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 67 | 70 | 0 | 0.69 | 0.68 | 0.15 | 358.81 | 0.67 | 0.56 |
| Hex | DA | 43 | 46 | 0 | 45 | 44 | F | 167 | 43 | 38 |
| Octal | 332 | 103 | 106 | 0 | 105 | 104 | 17 | 547 | 103 | 70 |
| Binary | 11011010 | 1000011 | 1000110 | 0 | 1000101 | 1000100 | 1111 | 101100111 | 1000011 | 111000 |
Color Harmonies of #DA4346
Complementary color
Monochromatic Colors of #DA4346
Black with #DA4346
Text Example
Text Example
White with #DA4346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4346; }
p { color: rgb(218,67,70); }
H1.HeaderClassName
{
color: #DA4346;
}
.AnyTagClassName
{
color: #DA4346;
}
</style>
background-color css
<style>
a { background-color: #DA4346; }
a { background-color: rgb(218,67,70); }
div.DivClassName
{
background-color: #DA4346;
}
.BgClassName
{
background-color: #DA4346;
}
</style>
border-color css
<style>
span { border-color: #DA4346; }
span { border-color: rgb(218,67,70); }
td.TdClassName
{
border-color: #DA4346;
}
.TagClassName
{
border-color: #DA4346;
}
</style>