Shades of Mahogany #D0383C
Tints of Mahogany #D0383C
RGB
CMYK
RGB Variations
Color information
#D0383C (or 0xD0383C) is known color: Mahogany. HEX triplet: D0, 38 and 3C. RGB value is (208,56,60). Sum of RGB (Red+Green+Blue) = 208+56+60=324 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.20% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 208 - color contains mainly: red. Hex color #D0383C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0383C is #2FC7C3. Grayscale: #666666. Windows color (decimal): -3131332 or 3946704. OLE color: 3946704.
HSL color Cylindrical-coordinate representation of color #D0383C: hue angle of 358.42º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D0383C is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 56 | 60 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.18 |
| HSL | 358.42º | 0.62% | 0.52% | - |
| HSV(B) | 358.42º | 0.73% | 0.82% | - |
| XYZ | 28.24 | 16.56 | 5.98 | - |
| YUV | 101.9 | 104.36 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 56 | 60 | 0 | 0.73 | 0.71 | 0.18 | 358.42 | 0.62 | 0.52 |
| Hex | D0 | 38 | 3C | 0 | 49 | 47 | 12 | 166 | 3E | 34 |
| Octal | 320 | 70 | 74 | 0 | 111 | 107 | 22 | 546 | 76 | 64 |
| Binary | 11010000 | 111000 | 111100 | 0 | 1001001 | 1000111 | 10010 | 101100110 | 111110 | 110100 |
Color Harmonies of #D0383C
Complementary color
Monochromatic Colors of #D0383C
Black with #D0383C
Text Example
Text Example
White with #D0383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0383C; }
p { color: rgb(208,56,60); }
H1.HeaderClassName
{
color: #D0383C;
}
.AnyTagClassName
{
color: #D0383C;
}
</style>
background-color css
<style>
a { background-color: #D0383C; }
a { background-color: rgb(208,56,60); }
div.DivClassName
{
background-color: #D0383C;
}
.BgClassName
{
background-color: #D0383C;
}
</style>
border-color css
<style>
span { border-color: #D0383C; }
span { border-color: rgb(208,56,60); }
td.TdClassName
{
border-color: #D0383C;
}
.TagClassName
{
border-color: #D0383C;
}
</style>