Shades of Mahogany #C1383E
Tints of Mahogany #C1383E
RGB
CMYK
RGB Variations
Color information
#C1383E (or 0xC1383E) is known color: Mahogany. HEX triplet: C1, 38 and 3E. RGB value is (193,56,62). Sum of RGB (Red+Green+Blue) = 193+56+62=311 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.06% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 193 - color contains mainly: red. Hex color #C1383E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1383E is #3EC7C1. Grayscale: #616161. Windows color (decimal): -4114370 or 4077761. OLE color: 4077761.
HSL color Cylindrical-coordinate representation of color #C1383E: hue angle of 357.37º 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 #C1383E is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 56 | 62 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.24 |
| HSL | 357.37º | 0.55% | 0.49% | - |
| HSV(B) | 357.37º | 0.71% | 0.76% | - |
| XYZ | 24.28 | 14.51 | 6.08 | - |
| YUV | 97.65 | 107.89 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 56 | 62 | 0 | 0.71 | 0.68 | 0.24 | 357.37 | 0.55 | 0.49 |
| Hex | C1 | 38 | 3E | 0 | 47 | 44 | 18 | 165 | 37 | 31 |
| Octal | 301 | 70 | 76 | 0 | 107 | 104 | 30 | 545 | 67 | 61 |
| Binary | 11000001 | 111000 | 111110 | 0 | 1000111 | 1000100 | 11000 | 101100101 | 110111 | 110001 |
Color Harmonies of #C1383E
Complementary color
Monochromatic Colors of #C1383E
Black with #C1383E
Text Example
Text Example
White with #C1383E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1383E; }
p { color: rgb(193,56,62); }
H1.HeaderClassName
{
color: #C1383E;
}
.AnyTagClassName
{
color: #C1383E;
}
</style>
background-color css
<style>
a { background-color: #C1383E; }
a { background-color: rgb(193,56,62); }
div.DivClassName
{
background-color: #C1383E;
}
.BgClassName
{
background-color: #C1383E;
}
</style>
border-color css
<style>
span { border-color: #C1383E; }
span { border-color: rgb(193,56,62); }
td.TdClassName
{
border-color: #C1383E;
}
.TagClassName
{
border-color: #C1383E;
}
</style>