Shades of Mahogany #D32930
Tints of Mahogany #D32930
RGB
CMYK
RGB Variations
Color information
#D32930 (or 0xD32930) is known color: Mahogany. HEX triplet: D3, 29 and 30. RGB value is (211,41,48). Sum of RGB (Red+Green+Blue) = 211+41+48=300 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.33% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 211 - color contains mainly: red. Hex color #D32930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32930 is #2CD6CF. Grayscale: #5C5C5C. Windows color (decimal): -2938576 or 3156435. OLE color: 3156435.
HSL color Cylindrical-coordinate representation of color #D32930: hue angle of 357.53º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D32930 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 41 | 48 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.17 |
| HSL | 357.53º | 0.67% | 0.49% | - |
| HSV(B) | 357.53º | 0.81% | 0.83% | - |
| XYZ | 28.19 | 15.65 | 4.33 | - |
| YUV | 92.63 | 102.82 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 41 | 48 | 0 | 0.81 | 0.77 | 0.17 | 357.53 | 0.67 | 0.49 |
| Hex | D3 | 29 | 30 | 0 | 51 | 4D | 11 | 166 | 43 | 31 |
| Octal | 323 | 51 | 60 | 0 | 121 | 115 | 21 | 546 | 103 | 61 |
| Binary | 11010011 | 101001 | 110000 | 0 | 1010001 | 1001101 | 10001 | 101100110 | 1000011 | 110001 |
Color Harmonies of #D32930
Complementary color
Monochromatic Colors of #D32930
Black with #D32930
Text Example
Text Example
White with #D32930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32930; }
p { color: rgb(211,41,48); }
H1.HeaderClassName
{
color: #D32930;
}
.AnyTagClassName
{
color: #D32930;
}
</style>
background-color css
<style>
a { background-color: #D32930; }
a { background-color: rgb(211,41,48); }
div.DivClassName
{
background-color: #D32930;
}
.BgClassName
{
background-color: #D32930;
}
</style>
border-color css
<style>
span { border-color: #D32930; }
span { border-color: rgb(211,41,48); }
td.TdClassName
{
border-color: #D32930;
}
.TagClassName
{
border-color: #D32930;
}
</style>