Shades of Mahogany #DA3F43
Tints of Mahogany #DA3F43
RGB
CMYK
RGB Variations
Color information
#DA3F43 (or 0xDA3F43) is known color: Mahogany. HEX triplet: DA, 3F and 43. RGB value is (218,63,67). Sum of RGB (Red+Green+Blue) = 218+63+67=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 67 (26.56% from 255 or 19.25% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3F43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3F43 is #25C0BC. Grayscale: #6D6D6D. Windows color (decimal): -2474173 or 4407258. OLE color: 4407258.
HSL color Cylindrical-coordinate representation of color #DA3F43: hue angle of 358.45º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA3F43 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 63 | 67 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.15 |
| HSL | 358.45º | 0.68% | 0.55% | - |
| HSV(B) | 358.45º | 0.71% | 0.85% | - |
| XYZ | 31.7 | 18.87 | 7.28 | - |
| YUV | 109.8 | 103.85 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 63 | 67 | 0 | 0.71 | 0.69 | 0.15 | 358.45 | 0.68 | 0.55 |
| Hex | DA | 3F | 43 | 0 | 47 | 45 | F | 166 | 44 | 37 |
| Octal | 332 | 77 | 103 | 0 | 107 | 105 | 17 | 546 | 104 | 67 |
| Binary | 11011010 | 111111 | 1000011 | 0 | 1000111 | 1000101 | 1111 | 101100110 | 1000100 | 110111 |
Color Harmonies of #DA3F43
Complementary color
Monochromatic Colors of #DA3F43
Black with #DA3F43
Text Example
Text Example
White with #DA3F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3F43; }
p { color: rgb(218,63,67); }
H1.HeaderClassName
{
color: #DA3F43;
}
.AnyTagClassName
{
color: #DA3F43;
}
</style>
background-color css
<style>
a { background-color: #DA3F43; }
a { background-color: rgb(218,63,67); }
div.DivClassName
{
background-color: #DA3F43;
}
.BgClassName
{
background-color: #DA3F43;
}
</style>
border-color css
<style>
span { border-color: #DA3F43; }
span { border-color: rgb(218,63,67); }
td.TdClassName
{
border-color: #DA3F43;
}
.TagClassName
{
border-color: #DA3F43;
}
</style>