Shades of Mahogany #D5333D
Tints of Mahogany #D5333D
RGB
CMYK
RGB Variations
Color information
#D5333D (or 0xD5333D) is known color: Mahogany. HEX triplet: D5, 33 and 3D. RGB value is (213,51,61). Sum of RGB (Red+Green+Blue) = 213+51+61=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D5333D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5333D is #2ACCC2. Grayscale: #646464. Windows color (decimal): -2804931 or 4010965. OLE color: 4010965.
HSL color Cylindrical-coordinate representation of color #D5333D: hue angle of 356.3º 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 #D5333D is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 51 | 61 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.16 |
| HSL | 356.3º | 0.66% | 0.52% | - |
| HSV(B) | 356.3º | 0.76% | 0.84% | - |
| XYZ | 29.47 | 16.85 | 6.11 | - |
| YUV | 100.58 | 105.67 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 51 | 61 | 0 | 0.76 | 0.71 | 0.16 | 356.3 | 0.66 | 0.52 |
| Hex | D5 | 33 | 3D | 0 | 4C | 47 | 10 | 164 | 42 | 34 |
| Octal | 325 | 63 | 75 | 0 | 114 | 107 | 20 | 544 | 102 | 64 |
| Binary | 11010101 | 110011 | 111101 | 0 | 1001100 | 1000111 | 10000 | 101100100 | 1000010 | 110100 |
Color Harmonies of #D5333D
Complementary color
Monochromatic Colors of #D5333D
Black with #D5333D
Text Example
Text Example
White with #D5333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5333D; }
p { color: rgb(213,51,61); }
H1.HeaderClassName
{
color: #D5333D;
}
.AnyTagClassName
{
color: #D5333D;
}
</style>
background-color css
<style>
a { background-color: #D5333D; }
a { background-color: rgb(213,51,61); }
div.DivClassName
{
background-color: #D5333D;
}
.BgClassName
{
background-color: #D5333D;
}
</style>
border-color css
<style>
span { border-color: #D5333D; }
span { border-color: rgb(213,51,61); }
td.TdClassName
{
border-color: #D5333D;
}
.TagClassName
{
border-color: #D5333D;
}
</style>