Shades of Mahogany #C7262A
Tints of Mahogany #C7262A
RGB
CMYK
RGB Variations
Color information
#C7262A (or 0xC7262A) is known color: Mahogany. HEX triplet: C7, 26 and 2A. RGB value is (199,38,42). Sum of RGB (Red+Green+Blue) = 199+38+42=279 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.33% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 199 - color contains mainly: red. Hex color #C7262A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7262A is #38D9D5. Grayscale: #565656. Windows color (decimal): -3725782 or 2762439. OLE color: 2762439.
HSL color Cylindrical-coordinate representation of color #C7262A: hue angle of 358.51º 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 #C7262A is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 38 | 42 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.22 |
| HSL | 358.51º | 0.68% | 0.46% | - |
| HSV(B) | 358.51º | 0.81% | 0.78% | - |
| XYZ | 24.66 | 13.7 | 3.53 | - |
| YUV | 86.6 | 102.84 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 38 | 42 | 0 | 0.81 | 0.79 | 0.22 | 358.51 | 0.68 | 0.46 |
| Hex | C7 | 26 | 2A | 0 | 51 | 4F | 16 | 167 | 44 | 2E |
| Octal | 307 | 46 | 52 | 0 | 121 | 117 | 26 | 547 | 104 | 56 |
| Binary | 11000111 | 100110 | 101010 | 0 | 1010001 | 1001111 | 10110 | 101100111 | 1000100 | 101110 |
Color Harmonies of #C7262A
Complementary color
Monochromatic Colors of #C7262A
Black with #C7262A
Text Example
Text Example
White with #C7262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7262A; }
p { color: rgb(199,38,42); }
H1.HeaderClassName
{
color: #C7262A;
}
.AnyTagClassName
{
color: #C7262A;
}
</style>
background-color css
<style>
a { background-color: #C7262A; }
a { background-color: rgb(199,38,42); }
div.DivClassName
{
background-color: #C7262A;
}
.BgClassName
{
background-color: #C7262A;
}
</style>
border-color css
<style>
span { border-color: #C7262A; }
span { border-color: rgb(199,38,42); }
td.TdClassName
{
border-color: #C7262A;
}
.TagClassName
{
border-color: #C7262A;
}
</style>