Shades of Mahogany #D0363C
Tints of Mahogany #D0363C
RGB
CMYK
RGB Variations
Color information
#D0363C (or 0xD0363C) is known color: Mahogany. HEX triplet: D0, 36 and 3C. RGB value is (208,54,60). Sum of RGB (Red+Green+Blue) = 208+54+60=322 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.60% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 208 - color contains mainly: red. Hex color #D0363C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0363C is #2FC9C3. Grayscale: #646464. Windows color (decimal): -3131844 or 3946192. OLE color: 3946192.
HSL color Cylindrical-coordinate representation of color #D0363C: hue angle of 357.66º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D0363C is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 60 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.18 |
| HSL | 357.66º | 0.62% | 0.51% | - |
| HSV(B) | 357.66º | 0.74% | 0.82% | - |
| XYZ | 28.15 | 16.37 | 5.95 | - |
| YUV | 100.73 | 105.02 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 60 | 0 | 0.74 | 0.71 | 0.18 | 357.66 | 0.62 | 0.51 |
| Hex | D0 | 36 | 3C | 0 | 4A | 47 | 12 | 166 | 3E | 33 |
| Octal | 320 | 66 | 74 | 0 | 112 | 107 | 22 | 546 | 76 | 63 |
| Binary | 11010000 | 110110 | 111100 | 0 | 1001010 | 1000111 | 10010 | 101100110 | 111110 | 110011 |
Color Harmonies of #D0363C
Complementary color
Monochromatic Colors of #D0363C
Black with #D0363C
Text Example
Text Example
White with #D0363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0363C; }
p { color: rgb(208,54,60); }
H1.HeaderClassName
{
color: #D0363C;
}
.AnyTagClassName
{
color: #D0363C;
}
</style>
background-color css
<style>
a { background-color: #D0363C; }
a { background-color: rgb(208,54,60); }
div.DivClassName
{
background-color: #D0363C;
}
.BgClassName
{
background-color: #D0363C;
}
</style>
border-color css
<style>
span { border-color: #D0363C; }
span { border-color: rgb(208,54,60); }
td.TdClassName
{
border-color: #D0363C;
}
.TagClassName
{
border-color: #D0363C;
}
</style>