Shades of Mahogany #C83133
Tints of Mahogany #C83133
RGB
CMYK
RGB Variations
Color information
#C83133 (or 0xC83133) is known color: Mahogany. HEX triplet: C8, 31 and 33. RGB value is (200,49,51). Sum of RGB (Red+Green+Blue) = 200+49+51=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C83133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83133 is #37CECC. Grayscale: #5E5E5E. Windows color (decimal): -3657421 or 3355080. OLE color: 3355080.
HSL color Cylindrical-coordinate representation of color #C83133: hue angle of 359.21º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C83133 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 51 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.22 |
| HSL | 359.21º | 0.61% | 0.49% | - |
| HSV(B) | 359.21º | 0.76% | 0.78% | - |
| XYZ | 25.52 | 14.72 | 4.63 | - |
| YUV | 94.38 | 103.53 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 51 | 0 | 0.76 | 0.74 | 0.22 | 359.21 | 0.61 | 0.49 |
| Hex | C8 | 31 | 33 | 0 | 4C | 4A | 16 | 167 | 3D | 31 |
| Octal | 310 | 61 | 63 | 0 | 114 | 112 | 26 | 547 | 75 | 61 |
| Binary | 11001000 | 110001 | 110011 | 0 | 1001100 | 1001010 | 10110 | 101100111 | 111101 | 110001 |
Color Harmonies of #C83133
Complementary color
Monochromatic Colors of #C83133
Black with #C83133
Text Example
Text Example
White with #C83133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83133; }
p { color: rgb(200,49,51); }
H1.HeaderClassName
{
color: #C83133;
}
.AnyTagClassName
{
color: #C83133;
}
</style>
background-color css
<style>
a { background-color: #C83133; }
a { background-color: rgb(200,49,51); }
div.DivClassName
{
background-color: #C83133;
}
.BgClassName
{
background-color: #C83133;
}
</style>
border-color css
<style>
span { border-color: #C83133; }
span { border-color: rgb(200,49,51); }
td.TdClassName
{
border-color: #C83133;
}
.TagClassName
{
border-color: #C83133;
}
</style>