Shades of Mahogany #D2333D
Tints of Mahogany #D2333D
RGB
CMYK
RGB Variations
Color information
#D2333D (or 0xD2333D) is known color: Mahogany. HEX triplet: D2, 33 and 3D. RGB value is (210,51,61). Sum of RGB (Red+Green+Blue) = 210+51+61=322 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.22% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 210 - color contains mainly: red. Hex color #D2333D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2333D is #2DCCC2. Grayscale: #636363. Windows color (decimal): -3001539 or 4010962. OLE color: 4010962.
HSL color Cylindrical-coordinate representation of color #D2333D: hue angle of 356.23º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D2333D is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 51 | 61 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.18 |
| HSL | 356.23º | 0.64% | 0.51% | - |
| HSV(B) | 356.23º | 0.76% | 0.82% | - |
| XYZ | 28.6 | 16.41 | 6.07 | - |
| YUV | 99.68 | 106.18 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 51 | 61 | 0 | 0.76 | 0.71 | 0.18 | 356.23 | 0.64 | 0.51 |
| Hex | D2 | 33 | 3D | 0 | 4C | 47 | 12 | 164 | 40 | 33 |
| Octal | 322 | 63 | 75 | 0 | 114 | 107 | 22 | 544 | 100 | 63 |
| Binary | 11010010 | 110011 | 111101 | 0 | 1001100 | 1000111 | 10010 | 101100100 | 1000000 | 110011 |
Color Harmonies of #D2333D
Complementary color
Monochromatic Colors of #D2333D
Black with #D2333D
Text Example
Text Example
White with #D2333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2333D; }
p { color: rgb(210,51,61); }
H1.HeaderClassName
{
color: #D2333D;
}
.AnyTagClassName
{
color: #D2333D;
}
</style>
background-color css
<style>
a { background-color: #D2333D; }
a { background-color: rgb(210,51,61); }
div.DivClassName
{
background-color: #D2333D;
}
.BgClassName
{
background-color: #D2333D;
}
</style>
border-color css
<style>
span { border-color: #D2333D; }
span { border-color: rgb(210,51,61); }
td.TdClassName
{
border-color: #D2333D;
}
.TagClassName
{
border-color: #D2333D;
}
</style>