Shades of Mahogany #C72B30
Tints of Mahogany #C72B30
RGB
CMYK
RGB Variations
Color information
#C72B30 (or 0xC72B30) is known color: Mahogany. HEX triplet: C7, 2B and 30. RGB value is (199,43,48). Sum of RGB (Red+Green+Blue) = 199+43+48=290 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.62% from 290); Green value is 43 (17.19% from 255 or 14.83% from 290); Blue value is 48 (19.14% from 255 or 16.55% from 290); Max value from RGB is 199 - color contains mainly: red. Hex color #C72B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72B30 is #38D4CF. Grayscale: #5A5A5A. Windows color (decimal): -3724496 or 3156935. OLE color: 3156935.
HSL color Cylindrical-coordinate representation of color #C72B30: hue angle of 358.08º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C72B30 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 43 | 48 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.22 |
| HSL | 358.08º | 0.64% | 0.47% | - |
| HSV(B) | 358.08º | 0.78% | 0.78% | - |
| XYZ | 24.95 | 14.08 | 4.2 | - |
| YUV | 90.21 | 104.18 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 43 | 48 | 0 | 0.78 | 0.76 | 0.22 | 358.08 | 0.64 | 0.47 |
| Hex | C7 | 2B | 30 | 0 | 4E | 4C | 16 | 166 | 40 | 2F |
| Octal | 307 | 53 | 60 | 0 | 116 | 114 | 26 | 546 | 100 | 57 |
| Binary | 11000111 | 101011 | 110000 | 0 | 1001110 | 1001100 | 10110 | 101100110 | 1000000 | 101111 |
Color Harmonies of #C72B30
Complementary color
Monochromatic Colors of #C72B30
Black with #C72B30
Text Example
Text Example
White with #C72B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72B30; }
p { color: rgb(199,43,48); }
H1.HeaderClassName
{
color: #C72B30;
}
.AnyTagClassName
{
color: #C72B30;
}
</style>
background-color css
<style>
a { background-color: #C72B30; }
a { background-color: rgb(199,43,48); }
div.DivClassName
{
background-color: #C72B30;
}
.BgClassName
{
background-color: #C72B30;
}
</style>
border-color css
<style>
span { border-color: #C72B30; }
span { border-color: rgb(199,43,48); }
td.TdClassName
{
border-color: #C72B30;
}
.TagClassName
{
border-color: #C72B30;
}
</style>