Shades of Mahogany #C73F43
Tints of Mahogany #C73F43
RGB
CMYK
RGB Variations
Color information
#C73F43 (or 0xC73F43) is known color: Mahogany. HEX triplet: C7, 3F and 43. RGB value is (199,63,67). Sum of RGB (Red+Green+Blue) = 199+63+67=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 67 (26.56% from 255 or 20.36% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C73F43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73F43 is #38C0BC. Grayscale: #686868. Windows color (decimal): -3719357 or 4407239. OLE color: 4407239.
HSL color Cylindrical-coordinate representation of color #C73F43: hue angle of 358.24º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C73F43 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 63 | 67 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.22 |
| HSL | 358.24º | 0.55% | 0.51% | - |
| HSV(B) | 358.24º | 0.68% | 0.78% | - |
| XYZ | 26.34 | 16.1 | 7.03 | - |
| YUV | 104.12 | 107.06 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 63 | 67 | 0 | 0.68 | 0.66 | 0.22 | 358.24 | 0.55 | 0.51 |
| Hex | C7 | 3F | 43 | 0 | 44 | 42 | 16 | 166 | 37 | 33 |
| Octal | 307 | 77 | 103 | 0 | 104 | 102 | 26 | 546 | 67 | 63 |
| Binary | 11000111 | 111111 | 1000011 | 0 | 1000100 | 1000010 | 10110 | 101100110 | 110111 | 110011 |
Color Harmonies of #C73F43
Complementary color
Monochromatic Colors of #C73F43
Black with #C73F43
Text Example
Text Example
White with #C73F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73F43; }
p { color: rgb(199,63,67); }
H1.HeaderClassName
{
color: #C73F43;
}
.AnyTagClassName
{
color: #C73F43;
}
</style>
background-color css
<style>
a { background-color: #C73F43; }
a { background-color: rgb(199,63,67); }
div.DivClassName
{
background-color: #C73F43;
}
.BgClassName
{
background-color: #C73F43;
}
</style>
border-color css
<style>
span { border-color: #C73F43; }
span { border-color: rgb(199,63,67); }
td.TdClassName
{
border-color: #C73F43;
}
.TagClassName
{
border-color: #C73F43;
}
</style>