Shades of Mahogany #C33940
Tints of Mahogany #C33940
RGB
CMYK
RGB Variations
Color information
#C33940 (or 0xC33940) is known color: Mahogany. HEX triplet: C3, 39 and 40. RGB value is (195,57,64). Sum of RGB (Red+Green+Blue) = 195+57+64=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C33940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33940 is #3CC6BF. Grayscale: #636363. Windows color (decimal): -3983040 or 4209091. OLE color: 4209091.
HSL color Cylindrical-coordinate representation of color #C33940: hue angle of 356.96º 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 #C33940 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 57 | 64 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.24 |
| HSL | 356.96º | 0.55% | 0.49% | - |
| HSV(B) | 356.96º | 0.71% | 0.76% | - |
| XYZ | 24.89 | 14.9 | 6.41 | - |
| YUV | 99.06 | 108.22 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 64 | 0 | 0.71 | 0.67 | 0.24 | 356.96 | 0.55 | 0.49 |
| Hex | C3 | 39 | 40 | 0 | 47 | 43 | 18 | 165 | 37 | 31 |
| Octal | 303 | 71 | 100 | 0 | 107 | 103 | 30 | 545 | 67 | 61 |
| Binary | 11000011 | 111001 | 1000000 | 0 | 1000111 | 1000011 | 11000 | 101100101 | 110111 | 110001 |
Color Harmonies of #C33940
Complementary color
Monochromatic Colors of #C33940
Black with #C33940
Text Example
Text Example
White with #C33940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33940; }
p { color: rgb(195,57,64); }
H1.HeaderClassName
{
color: #C33940;
}
.AnyTagClassName
{
color: #C33940;
}
</style>
background-color css
<style>
a { background-color: #C33940; }
a { background-color: rgb(195,57,64); }
div.DivClassName
{
background-color: #C33940;
}
.BgClassName
{
background-color: #C33940;
}
</style>
border-color css
<style>
span { border-color: #C33940; }
span { border-color: rgb(195,57,64); }
td.TdClassName
{
border-color: #C33940;
}
.TagClassName
{
border-color: #C33940;
}
</style>