Shades of Mahogany #C73339
Tints of Mahogany #C73339
RGB
CMYK
RGB Variations
Color information
#C73339 (or 0xC73339) is known color: Mahogany. HEX triplet: C7, 33 and 39. RGB value is (199,51,57). Sum of RGB (Red+Green+Blue) = 199+51+57=307 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.82% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 57 (22.66% from 255 or 18.57% from 307); Max value from RGB is 199 - color contains mainly: red. Hex color #C73339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73339 is #38CCC6. Grayscale: #606060. Windows color (decimal): -3722439 or 3748807. OLE color: 3748807.
HSL color Cylindrical-coordinate representation of color #C73339: hue angle of 357.57º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C73339 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 51 | 57 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.22 |
| HSL | 357.57º | 0.59% | 0.49% | - |
| HSV(B) | 357.57º | 0.74% | 0.78% | - |
| XYZ | 25.48 | 14.81 | 5.39 | - |
| YUV | 95.94 | 106.03 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 51 | 57 | 0 | 0.74 | 0.71 | 0.22 | 357.57 | 0.59 | 0.49 |
| Hex | C7 | 33 | 39 | 0 | 4A | 47 | 16 | 166 | 3B | 31 |
| Octal | 307 | 63 | 71 | 0 | 112 | 107 | 26 | 546 | 73 | 61 |
| Binary | 11000111 | 110011 | 111001 | 0 | 1001010 | 1000111 | 10110 | 101100110 | 111011 | 110001 |
Color Harmonies of #C73339
Complementary color
Monochromatic Colors of #C73339
Black with #C73339
Text Example
Text Example
White with #C73339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73339; }
p { color: rgb(199,51,57); }
H1.HeaderClassName
{
color: #C73339;
}
.AnyTagClassName
{
color: #C73339;
}
</style>
background-color css
<style>
a { background-color: #C73339; }
a { background-color: rgb(199,51,57); }
div.DivClassName
{
background-color: #C73339;
}
.BgClassName
{
background-color: #C73339;
}
</style>
border-color css
<style>
span { border-color: #C73339; }
span { border-color: rgb(199,51,57); }
td.TdClassName
{
border-color: #C73339;
}
.TagClassName
{
border-color: #C73339;
}
</style>