Shades of Mahogany #DC3A40
Tints of Mahogany #DC3A40
RGB
CMYK
RGB Variations
Color information
#DC3A40 (or 0xDC3A40) is known color: Mahogany. HEX triplet: DC, 3A and 40. RGB value is (220,58,64). Sum of RGB (Red+Green+Blue) = 220+58+64=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3A40 is #23C5BF. Grayscale: #6B6B6B. Windows color (decimal): -2344384 or 4209372. OLE color: 4209372.
HSL color Cylindrical-coordinate representation of color #DC3A40: hue angle of 357.78º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC3A40 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 58 | 64 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.14 |
| HSL | 357.78º | 0.7% | 0.55% | - |
| HSV(B) | 357.78º | 0.74% | 0.86% | - |
| XYZ | 31.95 | 18.61 | 6.76 | - |
| YUV | 107.12 | 103.67 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 58 | 64 | 0 | 0.74 | 0.71 | 0.14 | 357.78 | 0.7 | 0.55 |
| Hex | DC | 3A | 40 | 0 | 4A | 47 | E | 166 | 46 | 37 |
| Octal | 334 | 72 | 100 | 0 | 112 | 107 | 16 | 546 | 106 | 67 |
| Binary | 11011100 | 111010 | 1000000 | 0 | 1001010 | 1000111 | 1110 | 101100110 | 1000110 | 110111 |
Color Harmonies of #DC3A40
Complementary color
Monochromatic Colors of #DC3A40
Black with #DC3A40
Text Example
Text Example
White with #DC3A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3A40; }
p { color: rgb(220,58,64); }
H1.HeaderClassName
{
color: #DC3A40;
}
.AnyTagClassName
{
color: #DC3A40;
}
</style>
background-color css
<style>
a { background-color: #DC3A40; }
a { background-color: rgb(220,58,64); }
div.DivClassName
{
background-color: #DC3A40;
}
.BgClassName
{
background-color: #DC3A40;
}
</style>
border-color css
<style>
span { border-color: #DC3A40; }
span { border-color: rgb(220,58,64); }
td.TdClassName
{
border-color: #DC3A40;
}
.TagClassName
{
border-color: #DC3A40;
}
</style>