Shades of Mahogany #DC3D45
Tints of Mahogany #DC3D45
RGB
CMYK
RGB Variations
Color information
#DC3D45 (or 0xDC3D45) is known color: Mahogany. HEX triplet: DC, 3D and 45. RGB value is (220,61,69). Sum of RGB (Red+Green+Blue) = 220+61+69=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3D45 is #23C2BA. Grayscale: #6D6D6D. Windows color (decimal): -2343611 or 4537820. OLE color: 4537820.
HSL color Cylindrical-coordinate representation of color #DC3D45: hue angle of 356.98º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC3D45 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 61 | 69 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.14 |
| HSL | 356.98º | 0.69% | 0.55% | - |
| HSV(B) | 356.98º | 0.72% | 0.86% | - |
| XYZ | 32.26 | 18.98 | 7.59 | - |
| YUV | 109.45 | 105.18 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 61 | 69 | 0 | 0.72 | 0.69 | 0.14 | 356.98 | 0.69 | 0.55 |
| Hex | DC | 3D | 45 | 0 | 48 | 45 | E | 165 | 45 | 37 |
| Octal | 334 | 75 | 105 | 0 | 110 | 105 | 16 | 545 | 105 | 67 |
| Binary | 11011100 | 111101 | 1000101 | 0 | 1001000 | 1000101 | 1110 | 101100101 | 1000101 | 110111 |
Color Harmonies of #DC3D45
Complementary color
Monochromatic Colors of #DC3D45
Black with #DC3D45
Text Example
Text Example
White with #DC3D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3D45; }
p { color: rgb(220,61,69); }
H1.HeaderClassName
{
color: #DC3D45;
}
.AnyTagClassName
{
color: #DC3D45;
}
</style>
background-color css
<style>
a { background-color: #DC3D45; }
a { background-color: rgb(220,61,69); }
div.DivClassName
{
background-color: #DC3D45;
}
.BgClassName
{
background-color: #DC3D45;
}
</style>
border-color css
<style>
span { border-color: #DC3D45; }
span { border-color: rgb(220,61,69); }
td.TdClassName
{
border-color: #DC3D45;
}
.TagClassName
{
border-color: #DC3D45;
}
</style>