Shades of Mahogany #C13B3C
Tints of Mahogany #C13B3C
RGB
CMYK
RGB Variations
Color information
#C13B3C (or 0xC13B3C) is known color: Mahogany. HEX triplet: C1, 3B and 3C. RGB value is (193,59,60). Sum of RGB (Red+Green+Blue) = 193+59+60=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C13B3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13B3C is #3EC4C3. Grayscale: #636363. Windows color (decimal): -4113604 or 3947457. OLE color: 3947457.
HSL color Cylindrical-coordinate representation of color #C13B3C: hue angle of 359.55º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13B3C is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 59 | 60 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.24 |
| HSL | 359.55º | 0.53% | 0.49% | - |
| HSV(B) | 359.55º | 0.69% | 0.76% | - |
| XYZ | 24.37 | 14.79 | 5.85 | - |
| YUV | 99.18 | 105.89 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 59 | 60 | 0 | 0.69 | 0.69 | 0.24 | 359.55 | 0.53 | 0.49 |
| Hex | C1 | 3B | 3C | 0 | 45 | 45 | 18 | 168 | 35 | 31 |
| Octal | 301 | 73 | 74 | 0 | 105 | 105 | 30 | 550 | 65 | 61 |
| Binary | 11000001 | 111011 | 111100 | 0 | 1000101 | 1000101 | 11000 | 101101000 | 110101 | 110001 |
Color Harmonies of #C13B3C
Complementary color
Monochromatic Colors of #C13B3C
Black with #C13B3C
Text Example
Text Example
White with #C13B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13B3C; }
p { color: rgb(193,59,60); }
H1.HeaderClassName
{
color: #C13B3C;
}
.AnyTagClassName
{
color: #C13B3C;
}
</style>
background-color css
<style>
a { background-color: #C13B3C; }
a { background-color: rgb(193,59,60); }
div.DivClassName
{
background-color: #C13B3C;
}
.BgClassName
{
background-color: #C13B3C;
}
</style>
border-color css
<style>
span { border-color: #C13B3C; }
span { border-color: rgb(193,59,60); }
td.TdClassName
{
border-color: #C13B3C;
}
.TagClassName
{
border-color: #C13B3C;
}
</style>