Shades of Mahogany #C8252B
Tints of Mahogany #C8252B
RGB
CMYK
RGB Variations
Color information
#C8252B (or 0xC8252B) is known color: Mahogany. HEX triplet: C8, 25 and 2B. RGB value is (200,37,43). Sum of RGB (Red+Green+Blue) = 200+37+43=280 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.43% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 200 - color contains mainly: red. Hex color #C8252B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8252B is #37DAD4. Grayscale: #565656. Windows color (decimal): -3660501 or 2827720. OLE color: 2827720.
HSL color Cylindrical-coordinate representation of color #C8252B: hue angle of 357.79º 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 #C8252B is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 43 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.22 |
| HSL | 357.79º | 0.69% | 0.46% | - |
| HSV(B) | 357.79º | 0.82% | 0.78% | - |
| XYZ | 24.92 | 13.78 | 3.63 | - |
| YUV | 86.42 | 103.5 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 43 | 0 | 0.82 | 0.78 | 0.22 | 357.79 | 0.69 | 0.46 |
| Hex | C8 | 25 | 2B | 0 | 52 | 4E | 16 | 166 | 45 | 2E |
| Octal | 310 | 45 | 53 | 0 | 122 | 116 | 26 | 546 | 105 | 56 |
| Binary | 11001000 | 100101 | 101011 | 0 | 1010010 | 1001110 | 10110 | 101100110 | 1000101 | 101110 |
Color Harmonies of #C8252B
Complementary color
Monochromatic Colors of #C8252B
Black with #C8252B
Text Example
Text Example
White with #C8252B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8252B; }
p { color: rgb(200,37,43); }
H1.HeaderClassName
{
color: #C8252B;
}
.AnyTagClassName
{
color: #C8252B;
}
</style>
background-color css
<style>
a { background-color: #C8252B; }
a { background-color: rgb(200,37,43); }
div.DivClassName
{
background-color: #C8252B;
}
.BgClassName
{
background-color: #C8252B;
}
</style>
border-color css
<style>
span { border-color: #C8252B; }
span { border-color: rgb(200,37,43); }
td.TdClassName
{
border-color: #C8252B;
}
.TagClassName
{
border-color: #C8252B;
}
</style>