Shades of Mahogany #C83539
Tints of Mahogany #C83539
RGB
CMYK
RGB Variations
Color information
#C83539 (or 0xC83539) is known color: Mahogany. HEX triplet: C8, 35 and 39. RGB value is (200,53,57). Sum of RGB (Red+Green+Blue) = 200+53+57=310 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.52% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 57 (22.66% from 255 or 18.39% from 310); Max value from RGB is 200 - color contains mainly: red. Hex color #C83539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83539 is #37CAC6. Grayscale: #616161. Windows color (decimal): -3656391 or 3749320. OLE color: 3749320.
HSL color Cylindrical-coordinate representation of color #C83539: hue angle of 358.37º 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 #C83539 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 57 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.22 |
| HSL | 358.37º | 0.58% | 0.5% | - |
| HSV(B) | 358.37º | 0.74% | 0.78% | - |
| XYZ | 25.83 | 15.12 | 5.43 | - |
| YUV | 97.41 | 105.2 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 57 | 0 | 0.74 | 0.72 | 0.22 | 358.37 | 0.58 | 0.5 |
| Hex | C8 | 35 | 39 | 0 | 4A | 48 | 16 | 166 | 3A | 32 |
| Octal | 310 | 65 | 71 | 0 | 112 | 110 | 26 | 546 | 72 | 62 |
| Binary | 11001000 | 110101 | 111001 | 0 | 1001010 | 1001000 | 10110 | 101100110 | 111010 | 110010 |
Color Harmonies of #C83539
Complementary color
Monochromatic Colors of #C83539
Black with #C83539
Text Example
Text Example
White with #C83539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83539; }
p { color: rgb(200,53,57); }
H1.HeaderClassName
{
color: #C83539;
}
.AnyTagClassName
{
color: #C83539;
}
</style>
background-color css
<style>
a { background-color: #C83539; }
a { background-color: rgb(200,53,57); }
div.DivClassName
{
background-color: #C83539;
}
.BgClassName
{
background-color: #C83539;
}
</style>
border-color css
<style>
span { border-color: #C83539; }
span { border-color: rgb(200,53,57); }
td.TdClassName
{
border-color: #C83539;
}
.TagClassName
{
border-color: #C83539;
}
</style>