Shades of Mahogany #C7303A
Tints of Mahogany #C7303A
RGB
CMYK
RGB Variations
Color information
#C7303A (or 0xC7303A) is known color: Mahogany. HEX triplet: C7, 30 and 3A. RGB value is (199,48,58). Sum of RGB (Red+Green+Blue) = 199+48+58=305 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.25% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 199 - color contains mainly: red. Hex color #C7303A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7303A is #38CFC5. Grayscale: #5E5E5E. Windows color (decimal): -3723206 or 3813575. OLE color: 3813575.
HSL color Cylindrical-coordinate representation of color #C7303A: hue angle of 356.03º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C7303A is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 48 | 58 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.22 |
| HSL | 356.03º | 0.61% | 0.48% | - |
| HSV(B) | 356.03º | 0.76% | 0.78% | - |
| XYZ | 25.37 | 14.56 | 5.48 | - |
| YUV | 94.29 | 107.53 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 58 | 0 | 0.76 | 0.71 | 0.22 | 356.03 | 0.61 | 0.48 |
| Hex | C7 | 30 | 3A | 0 | 4C | 47 | 16 | 164 | 3D | 30 |
| Octal | 307 | 60 | 72 | 0 | 114 | 107 | 26 | 544 | 75 | 60 |
| Binary | 11000111 | 110000 | 111010 | 0 | 1001100 | 1000111 | 10110 | 101100100 | 111101 | 110000 |
Color Harmonies of #C7303A
Complementary color
Monochromatic Colors of #C7303A
Black with #C7303A
Text Example
Text Example
White with #C7303A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7303A; }
p { color: rgb(199,48,58); }
H1.HeaderClassName
{
color: #C7303A;
}
.AnyTagClassName
{
color: #C7303A;
}
</style>
background-color css
<style>
a { background-color: #C7303A; }
a { background-color: rgb(199,48,58); }
div.DivClassName
{
background-color: #C7303A;
}
.BgClassName
{
background-color: #C7303A;
}
</style>
border-color css
<style>
span { border-color: #C7303A; }
span { border-color: rgb(199,48,58); }
td.TdClassName
{
border-color: #C7303A;
}
.TagClassName
{
border-color: #C7303A;
}
</style>