Shades of Mahogany #D2383D
Tints of Mahogany #D2383D
RGB
CMYK
RGB Variations
Color information
#D2383D (or 0xD2383D) is known color: Mahogany. HEX triplet: D2, 38 and 3D. RGB value is (210,56,61). Sum of RGB (Red+Green+Blue) = 210+56+61=327 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.22% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 210 - color contains mainly: red. Hex color #D2383D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2383D is #2DC7C2. Grayscale: #666666. Windows color (decimal): -3000259 or 4012242. OLE color: 4012242.
HSL color Cylindrical-coordinate representation of color #D2383D: hue angle of 358.05º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2383D is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 56 | 61 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.18 |
| HSL | 358.05º | 0.63% | 0.52% | - |
| HSV(B) | 358.05º | 0.73% | 0.82% | - |
| XYZ | 28.83 | 16.87 | 6.15 | - |
| YUV | 102.62 | 104.52 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 56 | 61 | 0 | 0.73 | 0.71 | 0.18 | 358.05 | 0.63 | 0.52 |
| Hex | D2 | 38 | 3D | 0 | 49 | 47 | 12 | 166 | 3F | 34 |
| Octal | 322 | 70 | 75 | 0 | 111 | 107 | 22 | 546 | 77 | 64 |
| Binary | 11010010 | 111000 | 111101 | 0 | 1001001 | 1000111 | 10010 | 101100110 | 111111 | 110100 |
Color Harmonies of #D2383D
Complementary color
Monochromatic Colors of #D2383D
Black with #D2383D
Text Example
Text Example
White with #D2383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2383D; }
p { color: rgb(210,56,61); }
H1.HeaderClassName
{
color: #D2383D;
}
.AnyTagClassName
{
color: #D2383D;
}
</style>
background-color css
<style>
a { background-color: #D2383D; }
a { background-color: rgb(210,56,61); }
div.DivClassName
{
background-color: #D2383D;
}
.BgClassName
{
background-color: #D2383D;
}
</style>
border-color css
<style>
span { border-color: #D2383D; }
span { border-color: rgb(210,56,61); }
td.TdClassName
{
border-color: #D2383D;
}
.TagClassName
{
border-color: #D2383D;
}
</style>