Shades of Mahogany #C83033
Tints of Mahogany #C83033
RGB
CMYK
RGB Variations
Color information
#C83033 (or 0xC83033) is known color: Mahogany. HEX triplet: C8, 30 and 33. RGB value is (200,48,51). Sum of RGB (Red+Green+Blue) = 200+48+51=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C83033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83033 is #37CFCC. Grayscale: #5D5D5D. Windows color (decimal): -3657677 or 3354824. OLE color: 3354824.
HSL color Cylindrical-coordinate representation of color #C83033: hue angle of 358.82º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C83033 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 48 | 51 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.22 |
| HSL | 358.82º | 0.61% | 0.49% | - |
| HSV(B) | 358.82º | 0.76% | 0.78% | - |
| XYZ | 25.47 | 14.63 | 4.61 | - |
| YUV | 93.79 | 103.86 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 51 | 0 | 0.76 | 0.74 | 0.22 | 358.82 | 0.61 | 0.49 |
| Hex | C8 | 30 | 33 | 0 | 4C | 4A | 16 | 167 | 3D | 31 |
| Octal | 310 | 60 | 63 | 0 | 114 | 112 | 26 | 547 | 75 | 61 |
| Binary | 11001000 | 110000 | 110011 | 0 | 1001100 | 1001010 | 10110 | 101100111 | 111101 | 110001 |
Color Harmonies of #C83033
Complementary color
Monochromatic Colors of #C83033
Black with #C83033
Text Example
Text Example
White with #C83033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83033; }
p { color: rgb(200,48,51); }
H1.HeaderClassName
{
color: #C83033;
}
.AnyTagClassName
{
color: #C83033;
}
</style>
background-color css
<style>
a { background-color: #C83033; }
a { background-color: rgb(200,48,51); }
div.DivClassName
{
background-color: #C83033;
}
.BgClassName
{
background-color: #C83033;
}
</style>
border-color css
<style>
span { border-color: #C83033; }
span { border-color: rgb(200,48,51); }
td.TdClassName
{
border-color: #C83033;
}
.TagClassName
{
border-color: #C83033;
}
</style>