Shades of Mahogany #D62F3C
Tints of Mahogany #D62F3C
RGB
CMYK
RGB Variations
Color information
#D62F3C (or 0xD62F3C) is known color: Mahogany. HEX triplet: D6, 2F and 3C. RGB value is (214,47,60). Sum of RGB (Red+Green+Blue) = 214+47+60=321 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.67% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 214 - color contains mainly: red. Hex color #D62F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62F3C is #29D0C3. Grayscale: #626262. Windows color (decimal): -2740420 or 3944406. OLE color: 3944406.
HSL color Cylindrical-coordinate representation of color #D62F3C: hue angle of 355.33º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D62F3C is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 47 | 60 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.16 |
| HSL | 355.33º | 0.67% | 0.51% | - |
| HSV(B) | 355.33º | 0.78% | 0.84% | - |
| XYZ | 29.56 | 16.66 | 5.93 | - |
| YUV | 98.42 | 106.33 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 47 | 60 | 0 | 0.78 | 0.72 | 0.16 | 355.33 | 0.67 | 0.51 |
| Hex | D6 | 2F | 3C | 0 | 4E | 48 | 10 | 163 | 43 | 33 |
| Octal | 326 | 57 | 74 | 0 | 116 | 110 | 20 | 543 | 103 | 63 |
| Binary | 11010110 | 101111 | 111100 | 0 | 1001110 | 1001000 | 10000 | 101100011 | 1000011 | 110011 |
Color Harmonies of #D62F3C
Complementary color
Monochromatic Colors of #D62F3C
Black with #D62F3C
Text Example
Text Example
White with #D62F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62F3C; }
p { color: rgb(214,47,60); }
H1.HeaderClassName
{
color: #D62F3C;
}
.AnyTagClassName
{
color: #D62F3C;
}
</style>
background-color css
<style>
a { background-color: #D62F3C; }
a { background-color: rgb(214,47,60); }
div.DivClassName
{
background-color: #D62F3C;
}
.BgClassName
{
background-color: #D62F3C;
}
</style>
border-color css
<style>
span { border-color: #D62F3C; }
span { border-color: rgb(214,47,60); }
td.TdClassName
{
border-color: #D62F3C;
}
.TagClassName
{
border-color: #D62F3C;
}
</style>