Shades of Mahogany #C1333B
Tints of Mahogany #C1333B
RGB
CMYK
RGB Variations
Color information
#C1333B (or 0xC1333B) is known color: Mahogany. HEX triplet: C1, 33 and 3B. RGB value is (193,51,59). Sum of RGB (Red+Green+Blue) = 193+51+59=303 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.70% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 193 - color contains mainly: red. Hex color #C1333B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1333B is #3ECCC4. Grayscale: #5E5E5E. Windows color (decimal): -4115653 or 3879873. OLE color: 3879873.
HSL color Cylindrical-coordinate representation of color #C1333B: hue angle of 356.62º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C1333B is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 51 | 59 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.24 |
| HSL | 356.62º | 0.58% | 0.48% | - |
| HSV(B) | 356.62º | 0.74% | 0.76% | - |
| XYZ | 23.97 | 14.02 | 5.58 | - |
| YUV | 94.37 | 108.04 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 51 | 59 | 0 | 0.74 | 0.69 | 0.24 | 356.62 | 0.58 | 0.48 |
| Hex | C1 | 33 | 3B | 0 | 4A | 45 | 18 | 165 | 3A | 30 |
| Octal | 301 | 63 | 73 | 0 | 112 | 105 | 30 | 545 | 72 | 60 |
| Binary | 11000001 | 110011 | 111011 | 0 | 1001010 | 1000101 | 11000 | 101100101 | 111010 | 110000 |
Color Harmonies of #C1333B
Complementary color
Monochromatic Colors of #C1333B
Black with #C1333B
Text Example
Text Example
White with #C1333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1333B; }
p { color: rgb(193,51,59); }
H1.HeaderClassName
{
color: #C1333B;
}
.AnyTagClassName
{
color: #C1333B;
}
</style>
background-color css
<style>
a { background-color: #C1333B; }
a { background-color: rgb(193,51,59); }
div.DivClassName
{
background-color: #C1333B;
}
.BgClassName
{
background-color: #C1333B;
}
</style>
border-color css
<style>
span { border-color: #C1333B; }
span { border-color: rgb(193,51,59); }
td.TdClassName
{
border-color: #C1333B;
}
.TagClassName
{
border-color: #C1333B;
}
</style>