Shades of Mahogany #C13638
Tints of Mahogany #C13638
RGB
CMYK
RGB Variations
Color information
#C13638 (or 0xC13638) is known color: Mahogany. HEX triplet: C1, 36 and 38. RGB value is (193,54,56). Sum of RGB (Red+Green+Blue) = 193+54+56=303 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.70% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 193 - color contains mainly: red. Hex color #C13638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13638 is #3EC9C7. Grayscale: #5F5F5F. Windows color (decimal): -4114888 or 3684033. OLE color: 3684033.
HSL color Cylindrical-coordinate representation of color #C13638: hue angle of 359.14º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C13638 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 54 | 56 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.24 |
| HSL | 359.14º | 0.56% | 0.48% | - |
| HSV(B) | 359.14º | 0.72% | 0.76% | - |
| XYZ | 24.03 | 14.26 | 5.23 | - |
| YUV | 95.79 | 105.55 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 54 | 56 | 0 | 0.72 | 0.71 | 0.24 | 359.14 | 0.56 | 0.48 |
| Hex | C1 | 36 | 38 | 0 | 48 | 47 | 18 | 167 | 38 | 30 |
| Octal | 301 | 66 | 70 | 0 | 110 | 107 | 30 | 547 | 70 | 60 |
| Binary | 11000001 | 110110 | 111000 | 0 | 1001000 | 1000111 | 11000 | 101100111 | 111000 | 110000 |
Color Harmonies of #C13638
Complementary color
Monochromatic Colors of #C13638
Black with #C13638
Text Example
Text Example
White with #C13638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13638; }
p { color: rgb(193,54,56); }
H1.HeaderClassName
{
color: #C13638;
}
.AnyTagClassName
{
color: #C13638;
}
</style>
background-color css
<style>
a { background-color: #C13638; }
a { background-color: rgb(193,54,56); }
div.DivClassName
{
background-color: #C13638;
}
.BgClassName
{
background-color: #C13638;
}
</style>
border-color css
<style>
span { border-color: #C13638; }
span { border-color: rgb(193,54,56); }
td.TdClassName
{
border-color: #C13638;
}
.TagClassName
{
border-color: #C13638;
}
</style>