Shades of Mahogany #D3272D
Tints of Mahogany #D3272D
RGB
CMYK
RGB Variations
Color information
#D3272D (or 0xD3272D) is known color: Mahogany. HEX triplet: D3, 27 and 2D. RGB value is (211,39,45). Sum of RGB (Red+Green+Blue) = 211+39+45=295 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.53% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 211 - color contains mainly: red. Hex color #D3272D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3272D is #2CD8D2. Grayscale: #5B5B5B. Windows color (decimal): -2939091 or 2959315. OLE color: 2959315.
HSL color Cylindrical-coordinate representation of color #D3272D: hue angle of 357.91º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D3272D is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 39 | 45 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.17 |
| HSL | 357.91º | 0.69% | 0.49% | - |
| HSV(B) | 357.91º | 0.82% | 0.83% | - |
| XYZ | 28.06 | 15.49 | 3.99 | - |
| YUV | 91.11 | 101.98 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 39 | 45 | 0 | 0.82 | 0.79 | 0.17 | 357.91 | 0.69 | 0.49 |
| Hex | D3 | 27 | 2D | 0 | 52 | 4F | 11 | 166 | 45 | 31 |
| Octal | 323 | 47 | 55 | 0 | 122 | 117 | 21 | 546 | 105 | 61 |
| Binary | 11010011 | 100111 | 101101 | 0 | 1010010 | 1001111 | 10001 | 101100110 | 1000101 | 110001 |
Color Harmonies of #D3272D
Complementary color
Monochromatic Colors of #D3272D
Black with #D3272D
Text Example
Text Example
White with #D3272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3272D; }
p { color: rgb(211,39,45); }
H1.HeaderClassName
{
color: #D3272D;
}
.AnyTagClassName
{
color: #D3272D;
}
</style>
background-color css
<style>
a { background-color: #D3272D; }
a { background-color: rgb(211,39,45); }
div.DivClassName
{
background-color: #D3272D;
}
.BgClassName
{
background-color: #D3272D;
}
</style>
border-color css
<style>
span { border-color: #D3272D; }
span { border-color: rgb(211,39,45); }
td.TdClassName
{
border-color: #D3272D;
}
.TagClassName
{
border-color: #D3272D;
}
</style>