Shades of Mahogany #C33139
Tints of Mahogany #C33139
RGB
CMYK
RGB Variations
Color information
#C33139 (or 0xC33139) is known color: Mahogany. HEX triplet: C3, 31 and 39. RGB value is (195,49,57). Sum of RGB (Red+Green+Blue) = 195+49+57=301 (39% of max value = 765). Red value is 195 (76.56% from 255 or 64.78% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 57 (22.66% from 255 or 18.94% from 301); Max value from RGB is 195 - color contains mainly: red. Hex color #C33139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33139 is #3CCEC6. Grayscale: #5D5D5D. Windows color (decimal): -3985095 or 3748291. OLE color: 3748291.
HSL color Cylindrical-coordinate representation of color #C33139: hue angle of 356.71º 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 #C33139 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 49 | 57 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.24 |
| HSL | 356.71º | 0.6% | 0.48% | - |
| HSV(B) | 356.71º | 0.75% | 0.76% | - |
| XYZ | 24.34 | 14.09 | 5.31 | - |
| YUV | 93.57 | 107.37 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 49 | 57 | 0 | 0.75 | 0.71 | 0.24 | 356.71 | 0.6 | 0.48 |
| Hex | C3 | 31 | 39 | 0 | 4B | 47 | 18 | 165 | 3C | 30 |
| Octal | 303 | 61 | 71 | 0 | 113 | 107 | 30 | 545 | 74 | 60 |
| Binary | 11000011 | 110001 | 111001 | 0 | 1001011 | 1000111 | 11000 | 101100101 | 111100 | 110000 |
Color Harmonies of #C33139
Complementary color
Monochromatic Colors of #C33139
Black with #C33139
Text Example
Text Example
White with #C33139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33139; }
p { color: rgb(195,49,57); }
H1.HeaderClassName
{
color: #C33139;
}
.AnyTagClassName
{
color: #C33139;
}
</style>
background-color css
<style>
a { background-color: #C33139; }
a { background-color: rgb(195,49,57); }
div.DivClassName
{
background-color: #C33139;
}
.BgClassName
{
background-color: #C33139;
}
</style>
border-color css
<style>
span { border-color: #C33139; }
span { border-color: rgb(195,49,57); }
td.TdClassName
{
border-color: #C33139;
}
.TagClassName
{
border-color: #C33139;
}
</style>