Shades of Mahogany #D4333D
Tints of Mahogany #D4333D
RGB
CMYK
RGB Variations
Color information
#D4333D (or 0xD4333D) is known color: Mahogany. HEX triplet: D4, 33 and 3D. RGB value is (212,51,61). Sum of RGB (Red+Green+Blue) = 212+51+61=324 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.43% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 212 - color contains mainly: red. Hex color #D4333D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4333D is #2BCCC2. Grayscale: #646464. Windows color (decimal): -2870467 or 4010964. OLE color: 4010964.
HSL color Cylindrical-coordinate representation of color #D4333D: hue angle of 356.27º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D4333D is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 51 | 61 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.17 |
| HSL | 356.27º | 0.65% | 0.52% | - |
| HSV(B) | 356.27º | 0.76% | 0.83% | - |
| XYZ | 29.18 | 16.7 | 6.1 | - |
| YUV | 100.28 | 105.84 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 51 | 61 | 0 | 0.76 | 0.71 | 0.17 | 356.27 | 0.65 | 0.52 |
| Hex | D4 | 33 | 3D | 0 | 4C | 47 | 11 | 164 | 41 | 34 |
| Octal | 324 | 63 | 75 | 0 | 114 | 107 | 21 | 544 | 101 | 64 |
| Binary | 11010100 | 110011 | 111101 | 0 | 1001100 | 1000111 | 10001 | 101100100 | 1000001 | 110100 |
Color Harmonies of #D4333D
Complementary color
Monochromatic Colors of #D4333D
Black with #D4333D
Text Example
Text Example
White with #D4333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4333D; }
p { color: rgb(212,51,61); }
H1.HeaderClassName
{
color: #D4333D;
}
.AnyTagClassName
{
color: #D4333D;
}
</style>
background-color css
<style>
a { background-color: #D4333D; }
a { background-color: rgb(212,51,61); }
div.DivClassName
{
background-color: #D4333D;
}
.BgClassName
{
background-color: #D4333D;
}
</style>
border-color css
<style>
span { border-color: #D4333D; }
span { border-color: rgb(212,51,61); }
td.TdClassName
{
border-color: #D4333D;
}
.TagClassName
{
border-color: #D4333D;
}
</style>