Shades of Mahogany #C7262D
Tints of Mahogany #C7262D
RGB
CMYK
RGB Variations
Color information
#C7262D (or 0xC7262D) is known color: Mahogany. HEX triplet: C7, 26 and 2D. RGB value is (199,38,45). Sum of RGB (Red+Green+Blue) = 199+38+45=282 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.57% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 199 - color contains mainly: red. Hex color #C7262D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7262D is #38D9D2. Grayscale: #575757. Windows color (decimal): -3725779 or 2959047. OLE color: 2959047.
HSL color Cylindrical-coordinate representation of color #C7262D: hue angle of 357.39º 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 #C7262D is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 38 | 45 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.22 |
| HSL | 357.39º | 0.68% | 0.46% | - |
| HSV(B) | 357.39º | 0.81% | 0.78% | - |
| XYZ | 24.72 | 13.72 | 3.83 | - |
| YUV | 86.94 | 104.34 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 38 | 45 | 0 | 0.81 | 0.77 | 0.22 | 357.39 | 0.68 | 0.46 |
| Hex | C7 | 26 | 2D | 0 | 51 | 4D | 16 | 165 | 44 | 2E |
| Octal | 307 | 46 | 55 | 0 | 121 | 115 | 26 | 545 | 104 | 56 |
| Binary | 11000111 | 100110 | 101101 | 0 | 1010001 | 1001101 | 10110 | 101100101 | 1000100 | 101110 |
Color Harmonies of #C7262D
Complementary color
Monochromatic Colors of #C7262D
Black with #C7262D
Text Example
Text Example
White with #C7262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7262D; }
p { color: rgb(199,38,45); }
H1.HeaderClassName
{
color: #C7262D;
}
.AnyTagClassName
{
color: #C7262D;
}
</style>
background-color css
<style>
a { background-color: #C7262D; }
a { background-color: rgb(199,38,45); }
div.DivClassName
{
background-color: #C7262D;
}
.BgClassName
{
background-color: #C7262D;
}
</style>
border-color css
<style>
span { border-color: #C7262D; }
span { border-color: rgb(199,38,45); }
td.TdClassName
{
border-color: #C7262D;
}
.TagClassName
{
border-color: #C7262D;
}
</style>