Shades of Mahogany #D3272A
Tints of Mahogany #D3272A
RGB
CMYK
RGB Variations
Color information
#D3272A (or 0xD3272A) is known color: Mahogany. HEX triplet: D3, 27 and 2A. RGB value is (211,39,42). Sum of RGB (Red+Green+Blue) = 211+39+42=292 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.26% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 211 - color contains mainly: red. Hex color #D3272A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3272A is #2CD8D5. Grayscale: #5A5A5A. Windows color (decimal): -2939094 or 2762707. OLE color: 2762707.
HSL color Cylindrical-coordinate representation of color #D3272A: hue angle of 358.95º 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 #D3272A is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 39 | 42 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.17 |
| HSL | 358.95º | 0.69% | 0.49% | - |
| HSV(B) | 358.95º | 0.82% | 0.83% | - |
| XYZ | 28.01 | 15.47 | 3.7 | - |
| YUV | 90.77 | 100.48 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 39 | 42 | 0 | 0.82 | 0.80 | 0.17 | 358.95 | 0.69 | 0.49 |
| Hex | D3 | 27 | 2A | 0 | 52 | 50 | 11 | 167 | 45 | 31 |
| Octal | 323 | 47 | 52 | 0 | 122 | 120 | 21 | 547 | 105 | 61 |
| Binary | 11010011 | 100111 | 101010 | 0 | 1010010 | 1010000 | 10001 | 101100111 | 1000101 | 110001 |
Color Harmonies of #D3272A
Complementary color
Monochromatic Colors of #D3272A
Black with #D3272A
Text Example
Text Example
White with #D3272A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3272A; }
p { color: rgb(211,39,42); }
H1.HeaderClassName
{
color: #D3272A;
}
.AnyTagClassName
{
color: #D3272A;
}
</style>
background-color css
<style>
a { background-color: #D3272A; }
a { background-color: rgb(211,39,42); }
div.DivClassName
{
background-color: #D3272A;
}
.BgClassName
{
background-color: #D3272A;
}
</style>
border-color css
<style>
span { border-color: #D3272A; }
span { border-color: rgb(211,39,42); }
td.TdClassName
{
border-color: #D3272A;
}
.TagClassName
{
border-color: #D3272A;
}
</style>