Shades of Mahogany #D53337
Tints of Mahogany #D53337
RGB
CMYK
RGB Variations
Color information
#D53337 (or 0xD53337) is known color: Mahogany. HEX triplet: D5, 33 and 37. RGB value is (213,51,55). Sum of RGB (Red+Green+Blue) = 213+51+55=319 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.77% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 55 (21.88% from 255 or 17.24% from 319); Max value from RGB is 213 - color contains mainly: red. Hex color #D53337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53337 is #2ACCC8. Grayscale: #646464. Windows color (decimal): -2804937 or 3617749. OLE color: 3617749.
HSL color Cylindrical-coordinate representation of color #D53337: hue angle of 358.52º 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 #D53337 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 51 | 55 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.16 |
| HSL | 358.52º | 0.66% | 0.52% | - |
| HSV(B) | 358.52º | 0.76% | 0.84% | - |
| XYZ | 29.31 | 16.79 | 5.31 | - |
| YUV | 99.89 | 102.67 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 51 | 55 | 0 | 0.76 | 0.74 | 0.16 | 358.52 | 0.66 | 0.52 |
| Hex | D5 | 33 | 37 | 0 | 4C | 4A | 10 | 167 | 42 | 34 |
| Octal | 325 | 63 | 67 | 0 | 114 | 112 | 20 | 547 | 102 | 64 |
| Binary | 11010101 | 110011 | 110111 | 0 | 1001100 | 1001010 | 10000 | 101100111 | 1000010 | 110100 |
Color Harmonies of #D53337
Complementary color
Monochromatic Colors of #D53337
Black with #D53337
Text Example
Text Example
White with #D53337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53337; }
p { color: rgb(213,51,55); }
H1.HeaderClassName
{
color: #D53337;
}
.AnyTagClassName
{
color: #D53337;
}
</style>
background-color css
<style>
a { background-color: #D53337; }
a { background-color: rgb(213,51,55); }
div.DivClassName
{
background-color: #D53337;
}
.BgClassName
{
background-color: #D53337;
}
</style>
border-color css
<style>
span { border-color: #D53337; }
span { border-color: rgb(213,51,55); }
td.TdClassName
{
border-color: #D53337;
}
.TagClassName
{
border-color: #D53337;
}
</style>