Shades of Mahogany #C33136
Tints of Mahogany #C33136
RGB
CMYK
RGB Variations
Color information
#C33136 (or 0xC33136) is known color: Mahogany. HEX triplet: C3, 31 and 36. RGB value is (195,49,54). Sum of RGB (Red+Green+Blue) = 195+49+54=298 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.44% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 54 (21.48% from 255 or 18.12% from 298); Max value from RGB is 195 - color contains mainly: red. Hex color #C33136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33136 is #3CCEC9. Grayscale: #5D5D5D. Windows color (decimal): -3985098 or 3551683. OLE color: 3551683.
HSL color Cylindrical-coordinate representation of color #C33136: hue angle of 357.95º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C33136 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 49 | 54 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.24 |
| HSL | 357.95º | 0.6% | 0.48% | - |
| HSV(B) | 357.95º | 0.75% | 0.76% | - |
| XYZ | 24.27 | 14.07 | 4.93 | - |
| YUV | 93.22 | 105.87 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 49 | 54 | 0 | 0.75 | 0.72 | 0.24 | 357.95 | 0.6 | 0.48 |
| Hex | C3 | 31 | 36 | 0 | 4B | 48 | 18 | 166 | 3C | 30 |
| Octal | 303 | 61 | 66 | 0 | 113 | 110 | 30 | 546 | 74 | 60 |
| Binary | 11000011 | 110001 | 110110 | 0 | 1001011 | 1001000 | 11000 | 101100110 | 111100 | 110000 |
Color Harmonies of #C33136
Complementary color
Monochromatic Colors of #C33136
Black with #C33136
Text Example
Text Example
White with #C33136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33136; }
p { color: rgb(195,49,54); }
H1.HeaderClassName
{
color: #C33136;
}
.AnyTagClassName
{
color: #C33136;
}
</style>
background-color css
<style>
a { background-color: #C33136; }
a { background-color: rgb(195,49,54); }
div.DivClassName
{
background-color: #C33136;
}
.BgClassName
{
background-color: #C33136;
}
</style>
border-color css
<style>
span { border-color: #C33136; }
span { border-color: rgb(195,49,54); }
td.TdClassName
{
border-color: #C33136;
}
.TagClassName
{
border-color: #C33136;
}
</style>