Shades of Mahogany #C13739
Tints of Mahogany #C13739
RGB
CMYK
RGB Variations
Color information
#C13739 (or 0xC13739) is known color: Mahogany. HEX triplet: C1, 37 and 39. RGB value is (193,55,57). Sum of RGB (Red+Green+Blue) = 193+55+57=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C13739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13739 is #3EC8C6. Grayscale: #606060. Windows color (decimal): -4114631 or 3749825. OLE color: 3749825.
HSL color Cylindrical-coordinate representation of color #C13739: hue angle of 359.13º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C13739 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 55 | 57 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.24 |
| HSL | 359.13º | 0.56% | 0.49% | - |
| HSV(B) | 359.13º | 0.72% | 0.76% | - |
| XYZ | 24.1 | 14.37 | 5.37 | - |
| YUV | 96.49 | 105.72 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 57 | 0 | 0.72 | 0.70 | 0.24 | 359.13 | 0.56 | 0.49 |
| Hex | C1 | 37 | 39 | 0 | 48 | 46 | 18 | 167 | 38 | 31 |
| Octal | 301 | 67 | 71 | 0 | 110 | 106 | 30 | 547 | 70 | 61 |
| Binary | 11000001 | 110111 | 111001 | 0 | 1001000 | 1000110 | 11000 | 101100111 | 111000 | 110001 |
Color Harmonies of #C13739
Complementary color
Monochromatic Colors of #C13739
Black with #C13739
Text Example
Text Example
White with #C13739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13739; }
p { color: rgb(193,55,57); }
H1.HeaderClassName
{
color: #C13739;
}
.AnyTagClassName
{
color: #C13739;
}
</style>
background-color css
<style>
a { background-color: #C13739; }
a { background-color: rgb(193,55,57); }
div.DivClassName
{
background-color: #C13739;
}
.BgClassName
{
background-color: #C13739;
}
</style>
border-color css
<style>
span { border-color: #C13739; }
span { border-color: rgb(193,55,57); }
td.TdClassName
{
border-color: #C13739;
}
.TagClassName
{
border-color: #C13739;
}
</style>