Shades of Mahogany #C8272B
Tints of Mahogany #C8272B
RGB
CMYK
RGB Variations
Color information
#C8272B (or 0xC8272B) is known color: Mahogany. HEX triplet: C8, 27 and 2B. RGB value is (200,39,43). Sum of RGB (Red+Green+Blue) = 200+39+43=282 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.92% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 200 - color contains mainly: red. Hex color #C8272B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8272B is #37D8D4. Grayscale: #575757. Windows color (decimal): -3659989 or 2828232. OLE color: 2828232.
HSL color Cylindrical-coordinate representation of color #C8272B: hue angle of 358.51º 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 #C8272B is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 39 | 43 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.22 |
| HSL | 358.51º | 0.67% | 0.47% | - |
| HSV(B) | 358.51º | 0.81% | 0.78% | - |
| XYZ | 24.98 | 13.9 | 3.65 | - |
| YUV | 87.6 | 102.84 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 43 | 0 | 0.80 | 0.78 | 0.22 | 358.51 | 0.67 | 0.47 |
| Hex | C8 | 27 | 2B | 0 | 50 | 4E | 16 | 167 | 43 | 2F |
| Octal | 310 | 47 | 53 | 0 | 120 | 116 | 26 | 547 | 103 | 57 |
| Binary | 11001000 | 100111 | 101011 | 0 | 1010000 | 1001110 | 10110 | 101100111 | 1000011 | 101111 |
Color Harmonies of #C8272B
Complementary color
Monochromatic Colors of #C8272B
Black with #C8272B
Text Example
Text Example
White with #C8272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8272B; }
p { color: rgb(200,39,43); }
H1.HeaderClassName
{
color: #C8272B;
}
.AnyTagClassName
{
color: #C8272B;
}
</style>
background-color css
<style>
a { background-color: #C8272B; }
a { background-color: rgb(200,39,43); }
div.DivClassName
{
background-color: #C8272B;
}
.BgClassName
{
background-color: #C8272B;
}
</style>
border-color css
<style>
span { border-color: #C8272B; }
span { border-color: rgb(200,39,43); }
td.TdClassName
{
border-color: #C8272B;
}
.TagClassName
{
border-color: #C8272B;
}
</style>