Shades of Mahogany #C83537
Tints of Mahogany #C83537
RGB
CMYK
RGB Variations
Color information
#C83537 (or 0xC83537) is known color: Mahogany. HEX triplet: C8, 35 and 37. RGB value is (200,53,55). Sum of RGB (Red+Green+Blue) = 200+53+55=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C83537 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83537 is #37CAC8. Grayscale: #616161. Windows color (decimal): -3656393 or 3618248. OLE color: 3618248.
HSL color Cylindrical-coordinate representation of color #C83537: hue angle of 359.18º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C83537 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 55 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.22 |
| HSL | 359.18º | 0.58% | 0.5% | - |
| HSV(B) | 359.18º | 0.74% | 0.78% | - |
| XYZ | 25.78 | 15.1 | 5.17 | - |
| YUV | 97.18 | 104.2 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 55 | 0 | 0.74 | 0.72 | 0.22 | 359.18 | 0.58 | 0.5 |
| Hex | C8 | 35 | 37 | 0 | 4A | 48 | 16 | 167 | 3A | 32 |
| Octal | 310 | 65 | 67 | 0 | 112 | 110 | 26 | 547 | 72 | 62 |
| Binary | 11001000 | 110101 | 110111 | 0 | 1001010 | 1001000 | 10110 | 101100111 | 111010 | 110010 |
Color Harmonies of #C83537
Complementary color
Monochromatic Colors of #C83537
Black with #C83537
Text Example
Text Example
White with #C83537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83537; }
p { color: rgb(200,53,55); }
H1.HeaderClassName
{
color: #C83537;
}
.AnyTagClassName
{
color: #C83537;
}
</style>
background-color css
<style>
a { background-color: #C83537; }
a { background-color: rgb(200,53,55); }
div.DivClassName
{
background-color: #C83537;
}
.BgClassName
{
background-color: #C83537;
}
</style>
border-color css
<style>
span { border-color: #C83537; }
span { border-color: rgb(200,53,55); }
td.TdClassName
{
border-color: #C83537;
}
.TagClassName
{
border-color: #C83537;
}
</style>