Shades of Mahogany #C72A34
Tints of Mahogany #C72A34
RGB
CMYK
RGB Variations
Color information
#C72A34 (or 0xC72A34) is known color: Mahogany. HEX triplet: C7, 2A and 34. RGB value is (199,42,52). Sum of RGB (Red+Green+Blue) = 199+42+52=293 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.92% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 199 - color contains mainly: red. Hex color #C72A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72A34 is #38D5CB. Grayscale: #5A5A5A. Windows color (decimal): -3724748 or 3418823. OLE color: 3418823.
HSL color Cylindrical-coordinate representation of color #C72A34: hue angle of 356.18º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C72A34 is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 42 | 52 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.22 |
| HSL | 356.18º | 0.65% | 0.47% | - |
| HSV(B) | 356.18º | 0.79% | 0.78% | - |
| XYZ | 25 | 14.05 | 4.64 | - |
| YUV | 90.08 | 106.51 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 42 | 52 | 0 | 0.79 | 0.74 | 0.22 | 356.18 | 0.65 | 0.47 |
| Hex | C7 | 2A | 34 | 0 | 4F | 4A | 16 | 164 | 41 | 2F |
| Octal | 307 | 52 | 64 | 0 | 117 | 112 | 26 | 544 | 101 | 57 |
| Binary | 11000111 | 101010 | 110100 | 0 | 1001111 | 1001010 | 10110 | 101100100 | 1000001 | 101111 |
Color Harmonies of #C72A34
Complementary color
Monochromatic Colors of #C72A34
Black with #C72A34
Text Example
Text Example
White with #C72A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72A34; }
p { color: rgb(199,42,52); }
H1.HeaderClassName
{
color: #C72A34;
}
.AnyTagClassName
{
color: #C72A34;
}
</style>
background-color css
<style>
a { background-color: #C72A34; }
a { background-color: rgb(199,42,52); }
div.DivClassName
{
background-color: #C72A34;
}
.BgClassName
{
background-color: #C72A34;
}
</style>
border-color css
<style>
span { border-color: #C72A34; }
span { border-color: rgb(199,42,52); }
td.TdClassName
{
border-color: #C72A34;
}
.TagClassName
{
border-color: #C72A34;
}
</style>