Shades of Mahogany #DA383C
Tints of Mahogany #DA383C
RGB
CMYK
RGB Variations
Color information
#DA383C (or 0xDA383C) is known color: Mahogany. HEX triplet: DA, 38 and 3C. RGB value is (218,56,60). Sum of RGB (Red+Green+Blue) = 218+56+60=334 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.27% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 218 - color contains mainly: red. Hex color #DA383C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA383C is #25C7C3. Grayscale: #696969. Windows color (decimal): -2475972 or 3946714. OLE color: 3946714.
HSL color Cylindrical-coordinate representation of color #DA383C: hue angle of 358.52º 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 #DA383C is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 56 | 60 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.15 |
| HSL | 358.52º | 0.69% | 0.54% | - |
| HSV(B) | 358.52º | 0.74% | 0.85% | - |
| XYZ | 31.14 | 18.06 | 6.12 | - |
| YUV | 104.89 | 102.67 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 56 | 60 | 0 | 0.74 | 0.72 | 0.15 | 358.52 | 0.69 | 0.54 |
| Hex | DA | 38 | 3C | 0 | 4A | 48 | F | 167 | 45 | 36 |
| Octal | 332 | 70 | 74 | 0 | 112 | 110 | 17 | 547 | 105 | 66 |
| Binary | 11011010 | 111000 | 111100 | 0 | 1001010 | 1001000 | 1111 | 101100111 | 1000101 | 110110 |
Color Harmonies of #DA383C
Complementary color
Monochromatic Colors of #DA383C
Black with #DA383C
Text Example
Text Example
White with #DA383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA383C; }
p { color: rgb(218,56,60); }
H1.HeaderClassName
{
color: #DA383C;
}
.AnyTagClassName
{
color: #DA383C;
}
</style>
background-color css
<style>
a { background-color: #DA383C; }
a { background-color: rgb(218,56,60); }
div.DivClassName
{
background-color: #DA383C;
}
.BgClassName
{
background-color: #DA383C;
}
</style>
border-color css
<style>
span { border-color: #DA383C; }
span { border-color: rgb(218,56,60); }
td.TdClassName
{
border-color: #DA383C;
}
.TagClassName
{
border-color: #DA383C;
}
</style>