Shades of Mahogany #C24344
Tints of Mahogany #C24344
RGB
CMYK
RGB Variations
Color information
#C24344 (or 0xC24344) is known color: Mahogany. HEX triplet: C2, 43 and 44. RGB value is (194,67,68). Sum of RGB (Red+Green+Blue) = 194+67+68=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C24344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24344 is #3DBCBB. Grayscale: #696969. Windows color (decimal): -4046012 or 4473794. OLE color: 4473794.
HSL color Cylindrical-coordinate representation of color #C24344: hue angle of 359.53º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C24344 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 67 | 68 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.24 |
| HSL | 359.53º | 0.51% | 0.51% | - |
| HSV(B) | 359.53º | 0.65% | 0.76% | - |
| XYZ | 25.3 | 15.9 | 7.2 | - |
| YUV | 105.09 | 107.08 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 68 | 0 | 0.65 | 0.65 | 0.24 | 359.53 | 0.51 | 0.51 |
| Hex | C2 | 43 | 44 | 0 | 41 | 41 | 18 | 168 | 33 | 33 |
| Octal | 302 | 103 | 104 | 0 | 101 | 101 | 30 | 550 | 63 | 63 |
| Binary | 11000010 | 1000011 | 1000100 | 0 | 1000001 | 1000001 | 11000 | 101101000 | 110011 | 110011 |
Color Harmonies of #C24344
Complementary color
Monochromatic Colors of #C24344
Black with #C24344
Text Example
Text Example
White with #C24344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24344; }
p { color: rgb(194,67,68); }
H1.HeaderClassName
{
color: #C24344;
}
.AnyTagClassName
{
color: #C24344;
}
</style>
background-color css
<style>
a { background-color: #C24344; }
a { background-color: rgb(194,67,68); }
div.DivClassName
{
background-color: #C24344;
}
.BgClassName
{
background-color: #C24344;
}
</style>
border-color css
<style>
span { border-color: #C24344; }
span { border-color: rgb(194,67,68); }
td.TdClassName
{
border-color: #C24344;
}
.TagClassName
{
border-color: #C24344;
}
</style>