Shades of Mahogany #C1353B
Tints of Mahogany #C1353B
RGB
CMYK
RGB Variations
Color information
#C1353B (or 0xC1353B) is known color: Mahogany. HEX triplet: C1, 35 and 3B. RGB value is (193,53,59). Sum of RGB (Red+Green+Blue) = 193+53+59=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C1353B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1353B is #3ECAC4. Grayscale: #5F5F5F. Windows color (decimal): -4115141 or 3880385. OLE color: 3880385.
HSL color Cylindrical-coordinate representation of color #C1353B: hue angle of 357.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C1353B is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 53 | 59 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.24 |
| HSL | 357.43º | 0.57% | 0.48% | - |
| HSV(B) | 357.43º | 0.73% | 0.76% | - |
| XYZ | 24.05 | 14.2 | 5.61 | - |
| YUV | 95.54 | 107.38 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 53 | 59 | 0 | 0.73 | 0.69 | 0.24 | 357.43 | 0.57 | 0.48 |
| Hex | C1 | 35 | 3B | 0 | 49 | 45 | 18 | 165 | 39 | 30 |
| Octal | 301 | 65 | 73 | 0 | 111 | 105 | 30 | 545 | 71 | 60 |
| Binary | 11000001 | 110101 | 111011 | 0 | 1001001 | 1000101 | 11000 | 101100101 | 111001 | 110000 |
Color Harmonies of #C1353B
Complementary color
Monochromatic Colors of #C1353B
Black with #C1353B
Text Example
Text Example
White with #C1353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1353B; }
p { color: rgb(193,53,59); }
H1.HeaderClassName
{
color: #C1353B;
}
.AnyTagClassName
{
color: #C1353B;
}
</style>
background-color css
<style>
a { background-color: #C1353B; }
a { background-color: rgb(193,53,59); }
div.DivClassName
{
background-color: #C1353B;
}
.BgClassName
{
background-color: #C1353B;
}
</style>
border-color css
<style>
span { border-color: #C1353B; }
span { border-color: rgb(193,53,59); }
td.TdClassName
{
border-color: #C1353B;
}
.TagClassName
{
border-color: #C1353B;
}
</style>