Shades of Mahogany #C83A3F
Tints of Mahogany #C83A3F
RGB
CMYK
RGB Variations
Color information
#C83A3F (or 0xC83A3F) is known color: Mahogany. HEX triplet: C8, 3A and 3F. RGB value is (200,58,63). Sum of RGB (Red+Green+Blue) = 200+58+63=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C83A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83A3F is #37C5C0. Grayscale: #656565. Windows color (decimal): -3655105 or 4143816. OLE color: 4143816.
HSL color Cylindrical-coordinate representation of color #C83A3F: hue angle of 357.89º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C83A3F is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 58 | 63 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.22 |
| HSL | 357.89º | 0.56% | 0.51% | - |
| HSV(B) | 357.89º | 0.71% | 0.78% | - |
| XYZ | 26.23 | 15.66 | 6.34 | - |
| YUV | 101.03 | 106.54 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 58 | 63 | 0 | 0.71 | 0.68 | 0.22 | 357.89 | 0.56 | 0.51 |
| Hex | C8 | 3A | 3F | 0 | 47 | 44 | 16 | 166 | 38 | 33 |
| Octal | 310 | 72 | 77 | 0 | 107 | 104 | 26 | 546 | 70 | 63 |
| Binary | 11001000 | 111010 | 111111 | 0 | 1000111 | 1000100 | 10110 | 101100110 | 111000 | 110011 |
Color Harmonies of #C83A3F
Complementary color
Monochromatic Colors of #C83A3F
Black with #C83A3F
Text Example
Text Example
White with #C83A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83A3F; }
p { color: rgb(200,58,63); }
H1.HeaderClassName
{
color: #C83A3F;
}
.AnyTagClassName
{
color: #C83A3F;
}
</style>
background-color css
<style>
a { background-color: #C83A3F; }
a { background-color: rgb(200,58,63); }
div.DivClassName
{
background-color: #C83A3F;
}
.BgClassName
{
background-color: #C83A3F;
}
</style>
border-color css
<style>
span { border-color: #C83A3F; }
span { border-color: rgb(200,58,63); }
td.TdClassName
{
border-color: #C83A3F;
}
.TagClassName
{
border-color: #C83A3F;
}
</style>