Shades of Mahogany #DA383D
Tints of Mahogany #DA383D
RGB
CMYK
RGB Variations
Color information
#DA383D (or 0xDA383D) is known color: Mahogany. HEX triplet: DA, 38 and 3D. RGB value is (218,56,61). Sum of RGB (Red+Green+Blue) = 218+56+61=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA383D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA383D is #25C7C2. Grayscale: #696969. Windows color (decimal): -2475971 or 4012250. OLE color: 4012250.
HSL color Cylindrical-coordinate representation of color #DA383D: hue angle of 358.15º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA383D is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 56 | 61 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.15 |
| HSL | 358.15º | 0.69% | 0.54% | - |
| HSV(B) | 358.15º | 0.74% | 0.85% | - |
| XYZ | 31.17 | 18.07 | 6.26 | - |
| YUV | 105.01 | 103.17 | 208.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 56 | 61 | 0 | 0.74 | 0.72 | 0.15 | 358.15 | 0.69 | 0.54 |
| Hex | DA | 38 | 3D | 0 | 4A | 48 | F | 166 | 45 | 36 |
| Octal | 332 | 70 | 75 | 0 | 112 | 110 | 17 | 546 | 105 | 66 |
| Binary | 11011010 | 111000 | 111101 | 0 | 1001010 | 1001000 | 1111 | 101100110 | 1000101 | 110110 |
Color Harmonies of #DA383D
Complementary color
Monochromatic Colors of #DA383D
Black with #DA383D
Text Example
Text Example
White with #DA383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA383D; }
p { color: rgb(218,56,61); }
H1.HeaderClassName
{
color: #DA383D;
}
.AnyTagClassName
{
color: #DA383D;
}
</style>
background-color css
<style>
a { background-color: #DA383D; }
a { background-color: rgb(218,56,61); }
div.DivClassName
{
background-color: #DA383D;
}
.BgClassName
{
background-color: #DA383D;
}
</style>
border-color css
<style>
span { border-color: #DA383D; }
span { border-color: rgb(218,56,61); }
td.TdClassName
{
border-color: #DA383D;
}
.TagClassName
{
border-color: #DA383D;
}
</style>