Shades of Mahogany #C83940
Tints of Mahogany #C83940
RGB
CMYK
RGB Variations
Color information
#C83940 (or 0xC83940) is known color: Mahogany. HEX triplet: C8, 39 and 40. RGB value is (200,57,64). Sum of RGB (Red+Green+Blue) = 200+57+64=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C83940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83940 is #37C6BF. Grayscale: #646464. Windows color (decimal): -3655360 or 4209096. OLE color: 4209096.
HSL color Cylindrical-coordinate representation of color #C83940: hue angle of 357.06º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C83940 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 57 | 64 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.22 |
| HSL | 357.06º | 0.57% | 0.5% | - |
| HSV(B) | 357.06º | 0.72% | 0.78% | - |
| XYZ | 26.21 | 15.58 | 6.48 | - |
| YUV | 100.56 | 107.38 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 57 | 64 | 0 | 0.72 | 0.68 | 0.22 | 357.06 | 0.57 | 0.5 |
| Hex | C8 | 39 | 40 | 0 | 48 | 44 | 16 | 165 | 39 | 32 |
| Octal | 310 | 71 | 100 | 0 | 110 | 104 | 26 | 545 | 71 | 62 |
| Binary | 11001000 | 111001 | 1000000 | 0 | 1001000 | 1000100 | 10110 | 101100101 | 111001 | 110010 |
Color Harmonies of #C83940
Complementary color
Monochromatic Colors of #C83940
Black with #C83940
Text Example
Text Example
White with #C83940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83940; }
p { color: rgb(200,57,64); }
H1.HeaderClassName
{
color: #C83940;
}
.AnyTagClassName
{
color: #C83940;
}
</style>
background-color css
<style>
a { background-color: #C83940; }
a { background-color: rgb(200,57,64); }
div.DivClassName
{
background-color: #C83940;
}
.BgClassName
{
background-color: #C83940;
}
</style>
border-color css
<style>
span { border-color: #C83940; }
span { border-color: rgb(200,57,64); }
td.TdClassName
{
border-color: #C83940;
}
.TagClassName
{
border-color: #C83940;
}
</style>