Shades of Mahogany #C3393F
Tints of Mahogany #C3393F
RGB
CMYK
RGB Variations
Color information
#C3393F (or 0xC3393F) is known color: Mahogany. HEX triplet: C3, 39 and 3F. RGB value is (195,57,63). Sum of RGB (Red+Green+Blue) = 195+57+63=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C3393F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3393F is #3CC6C0. Grayscale: #636363. Windows color (decimal): -3983041 or 4143555. OLE color: 4143555.
HSL color Cylindrical-coordinate representation of color #C3393F: hue angle of 357.39º 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 #C3393F is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 57 | 63 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.24 |
| HSL | 357.39º | 0.55% | 0.49% | - |
| HSV(B) | 357.39º | 0.71% | 0.76% | - |
| XYZ | 24.87 | 14.89 | 6.27 | - |
| YUV | 98.95 | 107.72 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 63 | 0 | 0.71 | 0.68 | 0.24 | 357.39 | 0.55 | 0.49 |
| Hex | C3 | 39 | 3F | 0 | 47 | 44 | 18 | 165 | 37 | 31 |
| Octal | 303 | 71 | 77 | 0 | 107 | 104 | 30 | 545 | 67 | 61 |
| Binary | 11000011 | 111001 | 111111 | 0 | 1000111 | 1000100 | 11000 | 101100101 | 110111 | 110001 |
Color Harmonies of #C3393F
Complementary color
Monochromatic Colors of #C3393F
Black with #C3393F
Text Example
Text Example
White with #C3393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3393F; }
p { color: rgb(195,57,63); }
H1.HeaderClassName
{
color: #C3393F;
}
.AnyTagClassName
{
color: #C3393F;
}
</style>
background-color css
<style>
a { background-color: #C3393F; }
a { background-color: rgb(195,57,63); }
div.DivClassName
{
background-color: #C3393F;
}
.BgClassName
{
background-color: #C3393F;
}
</style>
border-color css
<style>
span { border-color: #C3393F; }
span { border-color: rgb(195,57,63); }
td.TdClassName
{
border-color: #C3393F;
}
.TagClassName
{
border-color: #C3393F;
}
</style>