Shades of Mahogany #D23134
Tints of Mahogany #D23134
RGB
CMYK
RGB Variations
Color information
#D23134 (or 0xD23134) is known color: Mahogany. HEX triplet: D2, 31 and 34. RGB value is (210,49,52). Sum of RGB (Red+Green+Blue) = 210+49+52=311 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.52% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 52 (20.70% from 255 or 16.72% from 311); Max value from RGB is 210 - color contains mainly: red. Hex color #D23134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23134 is #2DCECB. Grayscale: #616161. Windows color (decimal): -3002060 or 3420626. OLE color: 3420626.
HSL color Cylindrical-coordinate representation of color #D23134: hue angle of 358.88º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D23134 is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 49 | 52 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.18 |
| HSL | 358.88º | 0.64% | 0.51% | - |
| HSV(B) | 358.88º | 0.77% | 0.82% | - |
| XYZ | 28.3 | 16.15 | 4.87 | - |
| YUV | 97.48 | 102.34 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 52 | 0 | 0.77 | 0.75 | 0.18 | 358.88 | 0.64 | 0.51 |
| Hex | D2 | 31 | 34 | 0 | 4D | 4B | 12 | 167 | 40 | 33 |
| Octal | 322 | 61 | 64 | 0 | 115 | 113 | 22 | 547 | 100 | 63 |
| Binary | 11010010 | 110001 | 110100 | 0 | 1001101 | 1001011 | 10010 | 101100111 | 1000000 | 110011 |
Color Harmonies of #D23134
Complementary color
Monochromatic Colors of #D23134
Black with #D23134
Text Example
Text Example
White with #D23134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23134; }
p { color: rgb(210,49,52); }
H1.HeaderClassName
{
color: #D23134;
}
.AnyTagClassName
{
color: #D23134;
}
</style>
background-color css
<style>
a { background-color: #D23134; }
a { background-color: rgb(210,49,52); }
div.DivClassName
{
background-color: #D23134;
}
.BgClassName
{
background-color: #D23134;
}
</style>
border-color css
<style>
span { border-color: #D23134; }
span { border-color: rgb(210,49,52); }
td.TdClassName
{
border-color: #D23134;
}
.TagClassName
{
border-color: #D23134;
}
</style>