Shades of Mahogany #D5333B
Tints of Mahogany #D5333B
RGB
CMYK
RGB Variations
Color information
#D5333B (or 0xD5333B) is known color: Mahogany. HEX triplet: D5, 33 and 3B. RGB value is (213,51,59). Sum of RGB (Red+Green+Blue) = 213+51+59=323 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.94% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 59 (23.44% from 255 or 18.27% from 323); Max value from RGB is 213 - color contains mainly: red. Hex color #D5333B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5333B is #2ACCC4. Grayscale: #646464. Windows color (decimal): -2804933 or 3879893. OLE color: 3879893.
HSL color Cylindrical-coordinate representation of color #D5333B: hue angle of 357.04º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D5333B is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 51 | 59 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.16 |
| HSL | 357.04º | 0.66% | 0.52% | - |
| HSV(B) | 357.04º | 0.76% | 0.84% | - |
| XYZ | 29.41 | 16.83 | 5.84 | - |
| YUV | 100.35 | 104.67 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 51 | 59 | 0 | 0.76 | 0.72 | 0.16 | 357.04 | 0.66 | 0.52 |
| Hex | D5 | 33 | 3B | 0 | 4C | 48 | 10 | 165 | 42 | 34 |
| Octal | 325 | 63 | 73 | 0 | 114 | 110 | 20 | 545 | 102 | 64 |
| Binary | 11010101 | 110011 | 111011 | 0 | 1001100 | 1001000 | 10000 | 101100101 | 1000010 | 110100 |
Color Harmonies of #D5333B
Complementary color
Monochromatic Colors of #D5333B
Black with #D5333B
Text Example
Text Example
White with #D5333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5333B; }
p { color: rgb(213,51,59); }
H1.HeaderClassName
{
color: #D5333B;
}
.AnyTagClassName
{
color: #D5333B;
}
</style>
background-color css
<style>
a { background-color: #D5333B; }
a { background-color: rgb(213,51,59); }
div.DivClassName
{
background-color: #D5333B;
}
.BgClassName
{
background-color: #D5333B;
}
</style>
border-color css
<style>
span { border-color: #D5333B; }
span { border-color: rgb(213,51,59); }
td.TdClassName
{
border-color: #D5333B;
}
.TagClassName
{
border-color: #D5333B;
}
</style>