Shades of Mahogany #D0333C
Tints of Mahogany #D0333C
RGB
CMYK
RGB Variations
Color information
#D0333C (or 0xD0333C) is known color: Mahogany. HEX triplet: D0, 33 and 3C. RGB value is (208,51,60). Sum of RGB (Red+Green+Blue) = 208+51+60=319 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.20% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 208 - color contains mainly: red. Hex color #D0333C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0333C is #2FCCC3. Grayscale: #636363. Windows color (decimal): -3132612 or 3945424. OLE color: 3945424.
HSL color Cylindrical-coordinate representation of color #D0333C: hue angle of 356.56º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D0333C is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 51 | 60 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.18 |
| HSL | 356.56º | 0.63% | 0.51% | - |
| HSV(B) | 356.56º | 0.75% | 0.82% | - |
| XYZ | 28.01 | 16.1 | 5.91 | - |
| YUV | 98.97 | 106.01 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 60 | 0 | 0.75 | 0.71 | 0.18 | 356.56 | 0.63 | 0.51 |
| Hex | D0 | 33 | 3C | 0 | 4B | 47 | 12 | 165 | 3F | 33 |
| Octal | 320 | 63 | 74 | 0 | 113 | 107 | 22 | 545 | 77 | 63 |
| Binary | 11010000 | 110011 | 111100 | 0 | 1001011 | 1000111 | 10010 | 101100101 | 111111 | 110011 |
Color Harmonies of #D0333C
Complementary color
Monochromatic Colors of #D0333C
Black with #D0333C
Text Example
Text Example
White with #D0333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0333C; }
p { color: rgb(208,51,60); }
H1.HeaderClassName
{
color: #D0333C;
}
.AnyTagClassName
{
color: #D0333C;
}
</style>
background-color css
<style>
a { background-color: #D0333C; }
a { background-color: rgb(208,51,60); }
div.DivClassName
{
background-color: #D0333C;
}
.BgClassName
{
background-color: #D0333C;
}
</style>
border-color css
<style>
span { border-color: #D0333C; }
span { border-color: rgb(208,51,60); }
td.TdClassName
{
border-color: #D0333C;
}
.TagClassName
{
border-color: #D0333C;
}
</style>