Shades of Mahogany #D03435
Tints of Mahogany #D03435
RGB
CMYK
RGB Variations
Color information
#D03435 (or 0xD03435) is known color: Mahogany. HEX triplet: D0, 34 and 35. RGB value is (208,52,53). Sum of RGB (Red+Green+Blue) = 208+52+53=313 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.45% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 208 - color contains mainly: red. Hex color #D03435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03435 is #2FCBCA. Grayscale: #626262. Windows color (decimal): -3132363 or 3486928. OLE color: 3486928.
HSL color Cylindrical-coordinate representation of color #D03435: hue angle of 359.62º degrees, saturation: 0.62, 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 #D03435 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 52 | 53 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.18 |
| HSL | 359.62º | 0.62% | 0.51% | - |
| HSV(B) | 359.62º | 0.75% | 0.82% | - |
| XYZ | 27.88 | 16.12 | 5.01 | - |
| YUV | 98.76 | 102.18 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 53 | 0 | 0.75 | 0.75 | 0.18 | 359.62 | 0.62 | 0.51 |
| Hex | D0 | 34 | 35 | 0 | 4B | 4B | 12 | 168 | 3E | 33 |
| Octal | 320 | 64 | 65 | 0 | 113 | 113 | 22 | 550 | 76 | 63 |
| Binary | 11010000 | 110100 | 110101 | 0 | 1001011 | 1001011 | 10010 | 101101000 | 111110 | 110011 |
Color Harmonies of #D03435
Complementary color
Monochromatic Colors of #D03435
Black with #D03435
Text Example
Text Example
White with #D03435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03435; }
p { color: rgb(208,52,53); }
H1.HeaderClassName
{
color: #D03435;
}
.AnyTagClassName
{
color: #D03435;
}
</style>
background-color css
<style>
a { background-color: #D03435; }
a { background-color: rgb(208,52,53); }
div.DivClassName
{
background-color: #D03435;
}
.BgClassName
{
background-color: #D03435;
}
</style>
border-color css
<style>
span { border-color: #D03435; }
span { border-color: rgb(208,52,53); }
td.TdClassName
{
border-color: #D03435;
}
.TagClassName
{
border-color: #D03435;
}
</style>