Shades of Mahogany #C8333B
Tints of Mahogany #C8333B
RGB
CMYK
RGB Variations
Color information
#C8333B (or 0xC8333B) is known color: Mahogany. HEX triplet: C8, 33 and 3B. RGB value is (200,51,59). Sum of RGB (Red+Green+Blue) = 200+51+59=310 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.52% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 200 - color contains mainly: red. Hex color #C8333B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8333B is #37CCC4. Grayscale: #606060. Windows color (decimal): -3656901 or 3879880. OLE color: 3879880.
HSL color Cylindrical-coordinate representation of color #C8333B: hue angle of 356.78º degrees, saturation: 0.59, 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 #C8333B is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 51 | 59 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.22 |
| HSL | 356.78º | 0.59% | 0.49% | - |
| HSV(B) | 356.78º | 0.75% | 0.78% | - |
| XYZ | 25.79 | 14.96 | 5.67 | - |
| YUV | 96.46 | 106.86 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 51 | 59 | 0 | 0.74 | 0.70 | 0.22 | 356.78 | 0.59 | 0.49 |
| Hex | C8 | 33 | 3B | 0 | 4A | 46 | 16 | 165 | 3B | 31 |
| Octal | 310 | 63 | 73 | 0 | 112 | 106 | 26 | 545 | 73 | 61 |
| Binary | 11001000 | 110011 | 111011 | 0 | 1001010 | 1000110 | 10110 | 101100101 | 111011 | 110001 |
Color Harmonies of #C8333B
Complementary color
Monochromatic Colors of #C8333B
Black with #C8333B
Text Example
Text Example
White with #C8333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8333B; }
p { color: rgb(200,51,59); }
H1.HeaderClassName
{
color: #C8333B;
}
.AnyTagClassName
{
color: #C8333B;
}
</style>
background-color css
<style>
a { background-color: #C8333B; }
a { background-color: rgb(200,51,59); }
div.DivClassName
{
background-color: #C8333B;
}
.BgClassName
{
background-color: #C8333B;
}
</style>
border-color css
<style>
span { border-color: #C8333B; }
span { border-color: rgb(200,51,59); }
td.TdClassName
{
border-color: #C8333B;
}
.TagClassName
{
border-color: #C8333B;
}
</style>