Shades of Mahogany #C1383A
Tints of Mahogany #C1383A
RGB
CMYK
RGB Variations
Color information
#C1383A (or 0xC1383A) is known color: Mahogany. HEX triplet: C1, 38 and 3A. RGB value is (193,56,58). Sum of RGB (Red+Green+Blue) = 193+56+58=307 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.87% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 193 - color contains mainly: red. Hex color #C1383A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1383A is #3EC7C5. Grayscale: #616161. Windows color (decimal): -4114374 or 3815617. OLE color: 3815617.
HSL color Cylindrical-coordinate representation of color #C1383A: hue angle of 359.12º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C1383A is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 56 | 58 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.24 |
| HSL | 359.12º | 0.55% | 0.49% | - |
| HSV(B) | 359.12º | 0.71% | 0.76% | - |
| XYZ | 24.17 | 14.47 | 5.52 | - |
| YUV | 97.19 | 105.89 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 56 | 58 | 0 | 0.71 | 0.70 | 0.24 | 359.12 | 0.55 | 0.49 |
| Hex | C1 | 38 | 3A | 0 | 47 | 46 | 18 | 167 | 37 | 31 |
| Octal | 301 | 70 | 72 | 0 | 107 | 106 | 30 | 547 | 67 | 61 |
| Binary | 11000001 | 111000 | 111010 | 0 | 1000111 | 1000110 | 11000 | 101100111 | 110111 | 110001 |
Color Harmonies of #C1383A
Complementary color
Monochromatic Colors of #C1383A
Black with #C1383A
Text Example
Text Example
White with #C1383A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1383A; }
p { color: rgb(193,56,58); }
H1.HeaderClassName
{
color: #C1383A;
}
.AnyTagClassName
{
color: #C1383A;
}
</style>
background-color css
<style>
a { background-color: #C1383A; }
a { background-color: rgb(193,56,58); }
div.DivClassName
{
background-color: #C1383A;
}
.BgClassName
{
background-color: #C1383A;
}
</style>
border-color css
<style>
span { border-color: #C1383A; }
span { border-color: rgb(193,56,58); }
td.TdClassName
{
border-color: #C1383A;
}
.TagClassName
{
border-color: #C1383A;
}
</style>