Shades of Mahogany #C1363D
Tints of Mahogany #C1363D
RGB
CMYK
RGB Variations
Color information
#C1363D (or 0xC1363D) is known color: Mahogany. HEX triplet: C1, 36 and 3D. RGB value is (193,54,61). Sum of RGB (Red+Green+Blue) = 193+54+61=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C1363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1363D is #3EC9C2. Grayscale: #606060. Windows color (decimal): -4114883 or 4011713. OLE color: 4011713.
HSL color Cylindrical-coordinate representation of color #C1363D: hue angle of 356.98º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C1363D is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 54 | 61 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.24 |
| HSL | 356.98º | 0.56% | 0.48% | - |
| HSV(B) | 356.98º | 0.72% | 0.76% | - |
| XYZ | 24.15 | 14.31 | 5.9 | - |
| YUV | 96.36 | 108.05 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 54 | 61 | 0 | 0.72 | 0.68 | 0.24 | 356.98 | 0.56 | 0.48 |
| Hex | C1 | 36 | 3D | 0 | 48 | 44 | 18 | 165 | 38 | 30 |
| Octal | 301 | 66 | 75 | 0 | 110 | 104 | 30 | 545 | 70 | 60 |
| Binary | 11000001 | 110110 | 111101 | 0 | 1001000 | 1000100 | 11000 | 101100101 | 111000 | 110000 |
Color Harmonies of #C1363D
Complementary color
Monochromatic Colors of #C1363D
Black with #C1363D
Text Example
Text Example
White with #C1363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1363D; }
p { color: rgb(193,54,61); }
H1.HeaderClassName
{
color: #C1363D;
}
.AnyTagClassName
{
color: #C1363D;
}
</style>
background-color css
<style>
a { background-color: #C1363D; }
a { background-color: rgb(193,54,61); }
div.DivClassName
{
background-color: #C1363D;
}
.BgClassName
{
background-color: #C1363D;
}
</style>
border-color css
<style>
span { border-color: #C1363D; }
span { border-color: rgb(193,54,61); }
td.TdClassName
{
border-color: #C1363D;
}
.TagClassName
{
border-color: #C1363D;
}
</style>