Shades of Mahogany #C33B41
Tints of Mahogany #C33B41
RGB
CMYK
RGB Variations
Color information
#C33B41 (or 0xC33B41) is known color: Mahogany. HEX triplet: C3, 3B and 41. RGB value is (195,59,65). Sum of RGB (Red+Green+Blue) = 195+59+65=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 59 (23.44% from 255 or 18.50% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C33B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33B41 is #3CC4BE. Grayscale: #646464. Windows color (decimal): -3982527 or 4275139. OLE color: 4275139.
HSL color Cylindrical-coordinate representation of color #C33B41: hue angle of 357.35º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33B41 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 59 | 65 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.24 |
| HSL | 357.35º | 0.54% | 0.5% | - |
| HSV(B) | 357.35º | 0.7% | 0.76% | - |
| XYZ | 25.02 | 15.11 | 6.6 | - |
| YUV | 100.35 | 108.06 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 65 | 0 | 0.70 | 0.67 | 0.24 | 357.35 | 0.54 | 0.5 |
| Hex | C3 | 3B | 41 | 0 | 46 | 43 | 18 | 165 | 36 | 32 |
| Octal | 303 | 73 | 101 | 0 | 106 | 103 | 30 | 545 | 66 | 62 |
| Binary | 11000011 | 111011 | 1000001 | 0 | 1000110 | 1000011 | 11000 | 101100101 | 110110 | 110010 |
Color Harmonies of #C33B41
Complementary color
Monochromatic Colors of #C33B41
Black with #C33B41
Text Example
Text Example
White with #C33B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33B41; }
p { color: rgb(195,59,65); }
H1.HeaderClassName
{
color: #C33B41;
}
.AnyTagClassName
{
color: #C33B41;
}
</style>
background-color css
<style>
a { background-color: #C33B41; }
a { background-color: rgb(195,59,65); }
div.DivClassName
{
background-color: #C33B41;
}
.BgClassName
{
background-color: #C33B41;
}
</style>
border-color css
<style>
span { border-color: #C33B41; }
span { border-color: rgb(195,59,65); }
td.TdClassName
{
border-color: #C33B41;
}
.TagClassName
{
border-color: #C33B41;
}
</style>