Shades of Mahogany #C8272F
Tints of Mahogany #C8272F
RGB
CMYK
RGB Variations
Color information
#C8272F (or 0xC8272F) is known color: Mahogany. HEX triplet: C8, 27 and 2F. RGB value is (200,39,47). Sum of RGB (Red+Green+Blue) = 200+39+47=286 (37% of max value = 765). Red value is 200 (78.52% from 255 or 69.93% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 200 - color contains mainly: red. Hex color #C8272F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8272F is #37D8D0. Grayscale: #585858. Windows color (decimal): -3659985 or 3090376. OLE color: 3090376.
HSL color Cylindrical-coordinate representation of color #C8272F: hue angle of 357.02º 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 #C8272F is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 39 | 47 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.22 |
| HSL | 357.02º | 0.67% | 0.47% | - |
| HSV(B) | 357.02º | 0.81% | 0.78% | - |
| XYZ | 25.06 | 13.94 | 4.06 | - |
| YUV | 88.05 | 104.84 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 47 | 0 | 0.80 | 0.76 | 0.22 | 357.02 | 0.67 | 0.47 |
| Hex | C8 | 27 | 2F | 0 | 50 | 4C | 16 | 165 | 43 | 2F |
| Octal | 310 | 47 | 57 | 0 | 120 | 114 | 26 | 545 | 103 | 57 |
| Binary | 11001000 | 100111 | 101111 | 0 | 1010000 | 1001100 | 10110 | 101100101 | 1000011 | 101111 |
Color Harmonies of #C8272F
Complementary color
Monochromatic Colors of #C8272F
Black with #C8272F
Text Example
Text Example
White with #C8272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8272F; }
p { color: rgb(200,39,47); }
H1.HeaderClassName
{
color: #C8272F;
}
.AnyTagClassName
{
color: #C8272F;
}
</style>
background-color css
<style>
a { background-color: #C8272F; }
a { background-color: rgb(200,39,47); }
div.DivClassName
{
background-color: #C8272F;
}
.BgClassName
{
background-color: #C8272F;
}
</style>
border-color css
<style>
span { border-color: #C8272F; }
span { border-color: rgb(200,39,47); }
td.TdClassName
{
border-color: #C8272F;
}
.TagClassName
{
border-color: #C8272F;
}
</style>