Shades of Mahogany #C42730
Tints of Mahogany #C42730
RGB
CMYK
RGB Variations
Color information
#C42730 (or 0xC42730) is known color: Mahogany. HEX triplet: C4, 27 and 30. RGB value is (196,39,48). Sum of RGB (Red+Green+Blue) = 196+39+48=283 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.26% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 196 - color contains mainly: red. Hex color #C42730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42730 is #3BD8CF. Grayscale: #575757. Windows color (decimal): -3922128 or 3155908. OLE color: 3155908.
HSL color Cylindrical-coordinate representation of color #C42730: hue angle of 356.56º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42730 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 39 | 48 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.23 |
| HSL | 356.56º | 0.67% | 0.46% | - |
| HSV(B) | 356.56º | 0.8% | 0.77% | - |
| XYZ | 24.02 | 13.4 | 4.12 | - |
| YUV | 86.97 | 106.01 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 39 | 48 | 0 | 0.80 | 0.76 | 0.23 | 356.56 | 0.67 | 0.46 |
| Hex | C4 | 27 | 30 | 0 | 50 | 4C | 17 | 165 | 43 | 2E |
| Octal | 304 | 47 | 60 | 0 | 120 | 114 | 27 | 545 | 103 | 56 |
| Binary | 11000100 | 100111 | 110000 | 0 | 1010000 | 1001100 | 10111 | 101100101 | 1000011 | 101110 |
Color Harmonies of #C42730
Complementary color
Monochromatic Colors of #C42730
Black with #C42730
Text Example
Text Example
White with #C42730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42730; }
p { color: rgb(196,39,48); }
H1.HeaderClassName
{
color: #C42730;
}
.AnyTagClassName
{
color: #C42730;
}
</style>
background-color css
<style>
a { background-color: #C42730; }
a { background-color: rgb(196,39,48); }
div.DivClassName
{
background-color: #C42730;
}
.BgClassName
{
background-color: #C42730;
}
</style>
border-color css
<style>
span { border-color: #C42730; }
span { border-color: rgb(196,39,48); }
td.TdClassName
{
border-color: #C42730;
}
.TagClassName
{
border-color: #C42730;
}
</style>