Shades of Mahogany #C13A3C
Tints of Mahogany #C13A3C
RGB
CMYK
RGB Variations
Color information
#C13A3C (or 0xC13A3C) is known color: Mahogany. HEX triplet: C1, 3A and 3C. RGB value is (193,58,60). Sum of RGB (Red+Green+Blue) = 193+58+60=311 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.06% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 193 - color contains mainly: red. Hex color #C13A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13A3C is #3EC5C3. Grayscale: #626262. Windows color (decimal): -4113860 or 3947201. OLE color: 3947201.
HSL color Cylindrical-coordinate representation of color #C13A3C: hue angle of 359.11º 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 #C13A3C is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 58 | 60 | - |
| CMYK | 0 | 0.70 | 0.69 | 0.24 |
| HSL | 359.11º | 0.54% | 0.49% | - |
| HSV(B) | 359.11º | 0.7% | 0.76% | - |
| XYZ | 24.32 | 14.69 | 5.83 | - |
| YUV | 98.59 | 106.23 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 58 | 60 | 0 | 0.70 | 0.69 | 0.24 | 359.11 | 0.54 | 0.49 |
| Hex | C1 | 3A | 3C | 0 | 46 | 45 | 18 | 167 | 36 | 31 |
| Octal | 301 | 72 | 74 | 0 | 106 | 105 | 30 | 547 | 66 | 61 |
| Binary | 11000001 | 111010 | 111100 | 0 | 1000110 | 1000101 | 11000 | 101100111 | 110110 | 110001 |
Color Harmonies of #C13A3C
Complementary color
Monochromatic Colors of #C13A3C
Black with #C13A3C
Text Example
Text Example
White with #C13A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13A3C; }
p { color: rgb(193,58,60); }
H1.HeaderClassName
{
color: #C13A3C;
}
.AnyTagClassName
{
color: #C13A3C;
}
</style>
background-color css
<style>
a { background-color: #C13A3C; }
a { background-color: rgb(193,58,60); }
div.DivClassName
{
background-color: #C13A3C;
}
.BgClassName
{
background-color: #C13A3C;
}
</style>
border-color css
<style>
span { border-color: #C13A3C; }
span { border-color: rgb(193,58,60); }
td.TdClassName
{
border-color: #C13A3C;
}
.TagClassName
{
border-color: #C13A3C;
}
</style>