Shades of Mahogany #C7262F
Tints of Mahogany #C7262F
RGB
CMYK
RGB Variations
Color information
#C7262F (or 0xC7262F) is known color: Mahogany. HEX triplet: C7, 26 and 2F. RGB value is (199,38,47). Sum of RGB (Red+Green+Blue) = 199+38+47=284 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.07% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 199 - color contains mainly: red. Hex color #C7262F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7262F is #38D9D0. Grayscale: #575757. Windows color (decimal): -3725777 or 3090119. OLE color: 3090119.
HSL color Cylindrical-coordinate representation of color #C7262F: hue angle of 356.65º 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 #C7262F is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 38 | 47 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.22 |
| HSL | 356.65º | 0.68% | 0.46% | - |
| HSV(B) | 356.65º | 0.81% | 0.78% | - |
| XYZ | 24.76 | 13.73 | 4.04 | - |
| YUV | 87.17 | 105.34 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 38 | 47 | 0 | 0.81 | 0.76 | 0.22 | 356.65 | 0.68 | 0.46 |
| Hex | C7 | 26 | 2F | 0 | 51 | 4C | 16 | 165 | 44 | 2E |
| Octal | 307 | 46 | 57 | 0 | 121 | 114 | 26 | 545 | 104 | 56 |
| Binary | 11000111 | 100110 | 101111 | 0 | 1010001 | 1001100 | 10110 | 101100101 | 1000100 | 101110 |
Color Harmonies of #C7262F
Complementary color
Monochromatic Colors of #C7262F
Black with #C7262F
Text Example
Text Example
White with #C7262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7262F; }
p { color: rgb(199,38,47); }
H1.HeaderClassName
{
color: #C7262F;
}
.AnyTagClassName
{
color: #C7262F;
}
</style>
background-color css
<style>
a { background-color: #C7262F; }
a { background-color: rgb(199,38,47); }
div.DivClassName
{
background-color: #C7262F;
}
.BgClassName
{
background-color: #C7262F;
}
</style>
border-color css
<style>
span { border-color: #C7262F; }
span { border-color: rgb(199,38,47); }
td.TdClassName
{
border-color: #C7262F;
}
.TagClassName
{
border-color: #C7262F;
}
</style>