Shades of Mahogany #C7262B
Tints of Mahogany #C7262B
RGB
CMYK
RGB Variations
Color information
#C7262B (or 0xC7262B) is known color: Mahogany. HEX triplet: C7, 26 and 2B. RGB value is (199,38,43). Sum of RGB (Red+Green+Blue) = 199+38+43=280 (37% of max value = 765). Red value is 199 (78.12% from 255 or 71.07% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 199 - color contains mainly: red. Hex color #C7262B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7262B is #38D9D4. Grayscale: #565656. Windows color (decimal): -3725781 or 2827975. OLE color: 2827975.
HSL color Cylindrical-coordinate representation of color #C7262B: hue angle of 358.14º degrees, saturation: 0.68, 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 #C7262B is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 38 | 43 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.22 |
| HSL | 358.14º | 0.68% | 0.46% | - |
| HSV(B) | 358.14º | 0.81% | 0.78% | - |
| XYZ | 24.68 | 13.7 | 3.63 | - |
| YUV | 86.71 | 103.34 | 208.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 38 | 43 | 0 | 0.81 | 0.78 | 0.22 | 358.14 | 0.68 | 0.46 |
| Hex | C7 | 26 | 2B | 0 | 51 | 4E | 16 | 166 | 44 | 2E |
| Octal | 307 | 46 | 53 | 0 | 121 | 116 | 26 | 546 | 104 | 56 |
| Binary | 11000111 | 100110 | 101011 | 0 | 1010001 | 1001110 | 10110 | 101100110 | 1000100 | 101110 |
Color Harmonies of #C7262B
Complementary color
Monochromatic Colors of #C7262B
Black with #C7262B
Text Example
Text Example
White with #C7262B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7262B; }
p { color: rgb(199,38,43); }
H1.HeaderClassName
{
color: #C7262B;
}
.AnyTagClassName
{
color: #C7262B;
}
</style>
background-color css
<style>
a { background-color: #C7262B; }
a { background-color: rgb(199,38,43); }
div.DivClassName
{
background-color: #C7262B;
}
.BgClassName
{
background-color: #C7262B;
}
</style>
border-color css
<style>
span { border-color: #C7262B; }
span { border-color: rgb(199,38,43); }
td.TdClassName
{
border-color: #C7262B;
}
.TagClassName
{
border-color: #C7262B;
}
</style>