Shades of Mahogany #C8343D
Tints of Mahogany #C8343D
RGB
CMYK
RGB Variations
Color information
#C8343D (or 0xC8343D) is known color: Mahogany. HEX triplet: C8, 34 and 3D. RGB value is (200,52,61). Sum of RGB (Red+Green+Blue) = 200+52+61=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C8343D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8343D is #37CBC2. Grayscale: #616161. Windows color (decimal): -3656643 or 4011208. OLE color: 4011208.
HSL color Cylindrical-coordinate representation of color #C8343D: hue angle of 356.35º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8343D is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 52 | 61 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.22 |
| HSL | 356.35º | 0.59% | 0.49% | - |
| HSV(B) | 356.35º | 0.74% | 0.78% | - |
| XYZ | 25.89 | 15.07 | 5.96 | - |
| YUV | 97.28 | 107.53 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 61 | 0 | 0.74 | 0.69 | 0.22 | 356.35 | 0.59 | 0.49 |
| Hex | C8 | 34 | 3D | 0 | 4A | 45 | 16 | 164 | 3B | 31 |
| Octal | 310 | 64 | 75 | 0 | 112 | 105 | 26 | 544 | 73 | 61 |
| Binary | 11001000 | 110100 | 111101 | 0 | 1001010 | 1000101 | 10110 | 101100100 | 111011 | 110001 |
Color Harmonies of #C8343D
Complementary color
Monochromatic Colors of #C8343D
Black with #C8343D
Text Example
Text Example
White with #C8343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8343D; }
p { color: rgb(200,52,61); }
H1.HeaderClassName
{
color: #C8343D;
}
.AnyTagClassName
{
color: #C8343D;
}
</style>
background-color css
<style>
a { background-color: #C8343D; }
a { background-color: rgb(200,52,61); }
div.DivClassName
{
background-color: #C8343D;
}
.BgClassName
{
background-color: #C8343D;
}
</style>
border-color css
<style>
span { border-color: #C8343D; }
span { border-color: rgb(200,52,61); }
td.TdClassName
{
border-color: #C8343D;
}
.TagClassName
{
border-color: #C8343D;
}
</style>