Shades of Mahogany #C22729
Tints of Mahogany #C22729
RGB
CMYK
RGB Variations
Color information
#C22729 (or 0xC22729) is known color: Mahogany. HEX triplet: C2, 27 and 29. RGB value is (194,39,41). Sum of RGB (Red+Green+Blue) = 194+39+41=274 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.80% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 194 - color contains mainly: red. Hex color #C22729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22729 is #3DD8D6. Grayscale: #555555. Windows color (decimal): -4053207 or 2697154. OLE color: 2697154.
HSL color Cylindrical-coordinate representation of color #C22729: hue angle of 359.23º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22729 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 39 | 41 | - |
| CMYK | 0 | 0.80 | 0.79 | 0.24 |
| HSL | 359.23º | 0.67% | 0.46% | - |
| HSV(B) | 359.23º | 0.8% | 0.76% | - |
| XYZ | 23.37 | 13.08 | 3.39 | - |
| YUV | 85.57 | 102.85 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 41 | 0 | 0.80 | 0.79 | 0.24 | 359.23 | 0.67 | 0.46 |
| Hex | C2 | 27 | 29 | 0 | 50 | 4F | 18 | 167 | 43 | 2E |
| Octal | 302 | 47 | 51 | 0 | 120 | 117 | 30 | 547 | 103 | 56 |
| Binary | 11000010 | 100111 | 101001 | 0 | 1010000 | 1001111 | 11000 | 101100111 | 1000011 | 101110 |
Color Harmonies of #C22729
Complementary color
Monochromatic Colors of #C22729
Black with #C22729
Text Example
Text Example
White with #C22729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22729; }
p { color: rgb(194,39,41); }
H1.HeaderClassName
{
color: #C22729;
}
.AnyTagClassName
{
color: #C22729;
}
</style>
background-color css
<style>
a { background-color: #C22729; }
a { background-color: rgb(194,39,41); }
div.DivClassName
{
background-color: #C22729;
}
.BgClassName
{
background-color: #C22729;
}
</style>
border-color css
<style>
span { border-color: #C22729; }
span { border-color: rgb(194,39,41); }
td.TdClassName
{
border-color: #C22729;
}
.TagClassName
{
border-color: #C22729;
}
</style>