Shades of Mahogany #C8252A
Tints of Mahogany #C8252A
RGB
CMYK
RGB Variations
Color information
#C8252A (or 0xC8252A) is known color: Mahogany. HEX triplet: C8, 25 and 2A. RGB value is (200,37,42). Sum of RGB (Red+Green+Blue) = 200+37+42=279 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.68% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 200 - color contains mainly: red. Hex color #C8252A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8252A is #37DAD5. Grayscale: #565656. Windows color (decimal): -3660502 or 2762184. OLE color: 2762184.
HSL color Cylindrical-coordinate representation of color #C8252A: hue angle of 358.16º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8252A is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 42 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.22 |
| HSL | 358.16º | 0.69% | 0.46% | - |
| HSV(B) | 358.16º | 0.82% | 0.78% | - |
| XYZ | 24.9 | 13.77 | 3.54 | - |
| YUV | 86.31 | 103 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 42 | 0 | 0.82 | 0.79 | 0.22 | 358.16 | 0.69 | 0.46 |
| Hex | C8 | 25 | 2A | 0 | 52 | 4F | 16 | 166 | 45 | 2E |
| Octal | 310 | 45 | 52 | 0 | 122 | 117 | 26 | 546 | 105 | 56 |
| Binary | 11001000 | 100101 | 101010 | 0 | 1010010 | 1001111 | 10110 | 101100110 | 1000101 | 101110 |
Color Harmonies of #C8252A
Complementary color
Monochromatic Colors of #C8252A
Black with #C8252A
Text Example
Text Example
White with #C8252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8252A; }
p { color: rgb(200,37,42); }
H1.HeaderClassName
{
color: #C8252A;
}
.AnyTagClassName
{
color: #C8252A;
}
</style>
background-color css
<style>
a { background-color: #C8252A; }
a { background-color: rgb(200,37,42); }
div.DivClassName
{
background-color: #C8252A;
}
.BgClassName
{
background-color: #C8252A;
}
</style>
border-color css
<style>
span { border-color: #C8252A; }
span { border-color: rgb(200,37,42); }
td.TdClassName
{
border-color: #C8252A;
}
.TagClassName
{
border-color: #C8252A;
}
</style>