Shades of Mahogany #C1393B
Tints of Mahogany #C1393B
RGB
CMYK
RGB Variations
Color information
#C1393B (or 0xC1393B) is known color: Mahogany. HEX triplet: C1, 39 and 3B. RGB value is (193,57,59). Sum of RGB (Red+Green+Blue) = 193+57+59=309 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.46% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 193 - color contains mainly: red. Hex color #C1393B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1393B is #3EC6C4. Grayscale: #626262. Windows color (decimal): -4114117 or 3881409. OLE color: 3881409.
HSL color Cylindrical-coordinate representation of color #C1393B: hue angle of 359.12º 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 #C1393B is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 57 | 59 | - |
| CMYK | 0 | 0.70 | 0.69 | 0.24 |
| HSL | 359.12º | 0.54% | 0.49% | - |
| HSV(B) | 359.12º | 0.7% | 0.76% | - |
| XYZ | 24.24 | 14.58 | 5.67 | - |
| YUV | 97.89 | 106.06 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 57 | 59 | 0 | 0.70 | 0.69 | 0.24 | 359.12 | 0.54 | 0.49 |
| Hex | C1 | 39 | 3B | 0 | 46 | 45 | 18 | 167 | 36 | 31 |
| Octal | 301 | 71 | 73 | 0 | 106 | 105 | 30 | 547 | 66 | 61 |
| Binary | 11000001 | 111001 | 111011 | 0 | 1000110 | 1000101 | 11000 | 101100111 | 110110 | 110001 |
Color Harmonies of #C1393B
Complementary color
Monochromatic Colors of #C1393B
Black with #C1393B
Text Example
Text Example
White with #C1393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1393B; }
p { color: rgb(193,57,59); }
H1.HeaderClassName
{
color: #C1393B;
}
.AnyTagClassName
{
color: #C1393B;
}
</style>
background-color css
<style>
a { background-color: #C1393B; }
a { background-color: rgb(193,57,59); }
div.DivClassName
{
background-color: #C1393B;
}
.BgClassName
{
background-color: #C1393B;
}
</style>
border-color css
<style>
span { border-color: #C1393B; }
span { border-color: rgb(193,57,59); }
td.TdClassName
{
border-color: #C1393B;
}
.TagClassName
{
border-color: #C1393B;
}
</style>