Shades of Mahogany #C13A3E
Tints of Mahogany #C13A3E
RGB
CMYK
RGB Variations
Color information
#C13A3E (or 0xC13A3E) is known color: Mahogany. HEX triplet: C1, 3A and 3E. RGB value is (193,58,62). Sum of RGB (Red+Green+Blue) = 193+58+62=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C13A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13A3E is #3EC5C1. Grayscale: #626262. Windows color (decimal): -4113858 or 4078273. OLE color: 4078273.
HSL color Cylindrical-coordinate representation of color #C13A3E: hue angle of 358.22º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C13A3E is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 58 | 62 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.24 |
| HSL | 358.22º | 0.54% | 0.49% | - |
| HSV(B) | 358.22º | 0.7% | 0.76% | - |
| XYZ | 24.37 | 14.71 | 6.11 | - |
| YUV | 98.82 | 107.23 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 58 | 62 | 0 | 0.70 | 0.68 | 0.24 | 358.22 | 0.54 | 0.49 |
| Hex | C1 | 3A | 3E | 0 | 46 | 44 | 18 | 166 | 36 | 31 |
| Octal | 301 | 72 | 76 | 0 | 106 | 104 | 30 | 546 | 66 | 61 |
| Binary | 11000001 | 111010 | 111110 | 0 | 1000110 | 1000100 | 11000 | 101100110 | 110110 | 110001 |
Color Harmonies of #C13A3E
Complementary color
Monochromatic Colors of #C13A3E
Black with #C13A3E
Text Example
Text Example
White with #C13A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13A3E; }
p { color: rgb(193,58,62); }
H1.HeaderClassName
{
color: #C13A3E;
}
.AnyTagClassName
{
color: #C13A3E;
}
</style>
background-color css
<style>
a { background-color: #C13A3E; }
a { background-color: rgb(193,58,62); }
div.DivClassName
{
background-color: #C13A3E;
}
.BgClassName
{
background-color: #C13A3E;
}
</style>
border-color css
<style>
span { border-color: #C13A3E; }
span { border-color: rgb(193,58,62); }
td.TdClassName
{
border-color: #C13A3E;
}
.TagClassName
{
border-color: #C13A3E;
}
</style>