Shades of Mahogany #C82F37
Tints of Mahogany #C82F37
RGB
CMYK
RGB Variations
Color information
#C82F37 (or 0xC82F37) is known color: Mahogany. HEX triplet: C8, 2F and 37. RGB value is (200,47,55). Sum of RGB (Red+Green+Blue) = 200+47+55=302 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.23% from 302); Green value is 47 (18.75% from 255 or 15.56% from 302); Blue value is 55 (21.88% from 255 or 18.21% from 302); Max value from RGB is 200 - color contains mainly: red. Hex color #C82F37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82F37 is #37D0C8. Grayscale: #5D5D5D. Windows color (decimal): -3657929 or 3616712. OLE color: 3616712.
HSL color Cylindrical-coordinate representation of color #C82F37: hue angle of 356.86º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C82F37 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 47 | 55 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.22 |
| HSL | 356.86º | 0.62% | 0.48% | - |
| HSV(B) | 356.86º | 0.77% | 0.78% | - |
| XYZ | 25.53 | 14.59 | 5.08 | - |
| YUV | 93.66 | 106.19 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 47 | 55 | 0 | 0.76 | 0.72 | 0.22 | 356.86 | 0.62 | 0.48 |
| Hex | C8 | 2F | 37 | 0 | 4C | 48 | 16 | 165 | 3E | 30 |
| Octal | 310 | 57 | 67 | 0 | 114 | 110 | 26 | 545 | 76 | 60 |
| Binary | 11001000 | 101111 | 110111 | 0 | 1001100 | 1001000 | 10110 | 101100101 | 111110 | 110000 |
Color Harmonies of #C82F37
Complementary color
Monochromatic Colors of #C82F37
Black with #C82F37
Text Example
Text Example
White with #C82F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82F37; }
p { color: rgb(200,47,55); }
H1.HeaderClassName
{
color: #C82F37;
}
.AnyTagClassName
{
color: #C82F37;
}
</style>
background-color css
<style>
a { background-color: #C82F37; }
a { background-color: rgb(200,47,55); }
div.DivClassName
{
background-color: #C82F37;
}
.BgClassName
{
background-color: #C82F37;
}
</style>
border-color css
<style>
span { border-color: #C82F37; }
span { border-color: rgb(200,47,55); }
td.TdClassName
{
border-color: #C82F37;
}
.TagClassName
{
border-color: #C82F37;
}
</style>