Shades of Mahogany #C13E43
Tints of Mahogany #C13E43
RGB
CMYK
RGB Variations
Color information
#C13E43 (or 0xC13E43) is known color: Mahogany. HEX triplet: C1, 3E and 43. RGB value is (193,62,67). Sum of RGB (Red+Green+Blue) = 193+62+67=322 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.94% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 193 - color contains mainly: red. Hex color #C13E43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13E43 is #3EC1BC. Grayscale: #656565. Windows color (decimal): -4112829 or 4406977. OLE color: 4406977.
HSL color Cylindrical-coordinate representation of color #C13E43: hue angle of 357.71º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C13E43 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 62 | 67 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.24 |
| HSL | 357.71º | 0.51% | 0.5% | - |
| HSV(B) | 357.71º | 0.68% | 0.76% | - |
| XYZ | 24.73 | 15.19 | 6.94 | - |
| YUV | 101.74 | 108.4 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 62 | 67 | 0 | 0.68 | 0.65 | 0.24 | 357.71 | 0.51 | 0.5 |
| Hex | C1 | 3E | 43 | 0 | 44 | 41 | 18 | 166 | 33 | 32 |
| Octal | 301 | 76 | 103 | 0 | 104 | 101 | 30 | 546 | 63 | 62 |
| Binary | 11000001 | 111110 | 1000011 | 0 | 1000100 | 1000001 | 11000 | 101100110 | 110011 | 110010 |
Color Harmonies of #C13E43
Complementary color
Monochromatic Colors of #C13E43
Black with #C13E43
Text Example
Text Example
White with #C13E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13E43; }
p { color: rgb(193,62,67); }
H1.HeaderClassName
{
color: #C13E43;
}
.AnyTagClassName
{
color: #C13E43;
}
</style>
background-color css
<style>
a { background-color: #C13E43; }
a { background-color: rgb(193,62,67); }
div.DivClassName
{
background-color: #C13E43;
}
.BgClassName
{
background-color: #C13E43;
}
</style>
border-color css
<style>
span { border-color: #C13E43; }
span { border-color: rgb(193,62,67); }
td.TdClassName
{
border-color: #C13E43;
}
.TagClassName
{
border-color: #C13E43;
}
</style>