Shades of Mahogany #C83D43
Tints of Mahogany #C83D43
RGB
CMYK
RGB Variations
Color information
#C83D43 (or 0xC83D43) is known color: Mahogany. HEX triplet: C8, 3D and 43. RGB value is (200,61,67). Sum of RGB (Red+Green+Blue) = 200+61+67=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 67 (26.56% from 255 or 20.43% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C83D43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83D43 is #37C2BC. Grayscale: #676767. Windows color (decimal): -3654333 or 4406728. OLE color: 4406728.
HSL color Cylindrical-coordinate representation of color #C83D43: hue angle of 357.41º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83D43 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 61 | 67 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.22 |
| HSL | 357.41º | 0.56% | 0.51% | - |
| HSV(B) | 357.41º | 0.7% | 0.78% | - |
| XYZ | 26.5 | 16.02 | 7.01 | - |
| YUV | 103.25 | 107.55 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 67 | 0 | 0.69 | 0.66 | 0.22 | 357.41 | 0.56 | 0.51 |
| Hex | C8 | 3D | 43 | 0 | 45 | 42 | 16 | 165 | 38 | 33 |
| Octal | 310 | 75 | 103 | 0 | 105 | 102 | 26 | 545 | 70 | 63 |
| Binary | 11001000 | 111101 | 1000011 | 0 | 1000101 | 1000010 | 10110 | 101100101 | 111000 | 110011 |
Color Harmonies of #C83D43
Complementary color
Monochromatic Colors of #C83D43
Black with #C83D43
Text Example
Text Example
White with #C83D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83D43; }
p { color: rgb(200,61,67); }
H1.HeaderClassName
{
color: #C83D43;
}
.AnyTagClassName
{
color: #C83D43;
}
</style>
background-color css
<style>
a { background-color: #C83D43; }
a { background-color: rgb(200,61,67); }
div.DivClassName
{
background-color: #C83D43;
}
.BgClassName
{
background-color: #C83D43;
}
</style>
border-color css
<style>
span { border-color: #C83D43; }
span { border-color: rgb(200,61,67); }
td.TdClassName
{
border-color: #C83D43;
}
.TagClassName
{
border-color: #C83D43;
}
</style>