Shades of Mahogany #C72834
Tints of Mahogany #C72834
RGB
CMYK
RGB Variations
Color information
#C72834 (or 0xC72834) is known color: Mahogany. HEX triplet: C7, 28 and 34. RGB value is (199,40,52). Sum of RGB (Red+Green+Blue) = 199+40+52=291 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.38% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 199 - color contains mainly: red. Hex color #C72834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72834 is #38D7CB. Grayscale: #595959. Windows color (decimal): -3725260 or 3418311. OLE color: 3418311.
HSL color Cylindrical-coordinate representation of color #C72834: hue angle of 355.47º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C72834 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 40 | 52 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.22 |
| HSL | 355.47º | 0.67% | 0.47% | - |
| HSV(B) | 355.47º | 0.8% | 0.78% | - |
| XYZ | 24.93 | 13.91 | 4.62 | - |
| YUV | 88.91 | 107.18 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 40 | 52 | 0 | 0.80 | 0.74 | 0.22 | 355.47 | 0.67 | 0.47 |
| Hex | C7 | 28 | 34 | 0 | 50 | 4A | 16 | 163 | 43 | 2F |
| Octal | 307 | 50 | 64 | 0 | 120 | 112 | 26 | 543 | 103 | 57 |
| Binary | 11000111 | 101000 | 110100 | 0 | 1010000 | 1001010 | 10110 | 101100011 | 1000011 | 101111 |
Color Harmonies of #C72834
Complementary color
Monochromatic Colors of #C72834
Black with #C72834
Text Example
Text Example
White with #C72834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72834; }
p { color: rgb(199,40,52); }
H1.HeaderClassName
{
color: #C72834;
}
.AnyTagClassName
{
color: #C72834;
}
</style>
background-color css
<style>
a { background-color: #C72834; }
a { background-color: rgb(199,40,52); }
div.DivClassName
{
background-color: #C72834;
}
.BgClassName
{
background-color: #C72834;
}
</style>
border-color css
<style>
span { border-color: #C72834; }
span { border-color: rgb(199,40,52); }
td.TdClassName
{
border-color: #C72834;
}
.TagClassName
{
border-color: #C72834;
}
</style>