Shades of Mahogany #C8272C
Tints of Mahogany #C8272C
RGB
CMYK
RGB Variations
Color information
#C8272C (or 0xC8272C) is known color: Mahogany. HEX triplet: C8, 27 and 2C. RGB value is (200,39,44). Sum of RGB (Red+Green+Blue) = 200+39+44=283 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.67% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 200 - color contains mainly: red. Hex color #C8272C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8272C is #37D8D3. Grayscale: #575757. Windows color (decimal): -3659988 or 2893768. OLE color: 2893768.
HSL color Cylindrical-coordinate representation of color #C8272C: hue angle of 358.14º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8272C is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 39 | 44 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.22 |
| HSL | 358.14º | 0.67% | 0.47% | - |
| HSV(B) | 358.14º | 0.81% | 0.78% | - |
| XYZ | 25 | 13.91 | 3.75 | - |
| YUV | 87.71 | 103.34 | 208.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 44 | 0 | 0.80 | 0.78 | 0.22 | 358.14 | 0.67 | 0.47 |
| Hex | C8 | 27 | 2C | 0 | 50 | 4E | 16 | 166 | 43 | 2F |
| Octal | 310 | 47 | 54 | 0 | 120 | 116 | 26 | 546 | 103 | 57 |
| Binary | 11001000 | 100111 | 101100 | 0 | 1010000 | 1001110 | 10110 | 101100110 | 1000011 | 101111 |
Color Harmonies of #C8272C
Complementary color
Monochromatic Colors of #C8272C
Black with #C8272C
Text Example
Text Example
White with #C8272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8272C; }
p { color: rgb(200,39,44); }
H1.HeaderClassName
{
color: #C8272C;
}
.AnyTagClassName
{
color: #C8272C;
}
</style>
background-color css
<style>
a { background-color: #C8272C; }
a { background-color: rgb(200,39,44); }
div.DivClassName
{
background-color: #C8272C;
}
.BgClassName
{
background-color: #C8272C;
}
</style>
border-color css
<style>
span { border-color: #C8272C; }
span { border-color: rgb(200,39,44); }
td.TdClassName
{
border-color: #C8272C;
}
.TagClassName
{
border-color: #C8272C;
}
</style>