Shades of Mahogany #C33132
Tints of Mahogany #C33132
RGB
CMYK
RGB Variations
Color information
#C33132 (or 0xC33132) is known color: Mahogany. HEX triplet: C3, 31 and 32. RGB value is (195,49,50). Sum of RGB (Red+Green+Blue) = 195+49+50=294 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.33% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 195 - color contains mainly: red. Hex color #C33132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33132 is #3CCECD. Grayscale: #5C5C5C. Windows color (decimal): -3985102 or 3289539. OLE color: 3289539.
HSL color Cylindrical-coordinate representation of color #C33132: hue angle of 359.59º 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 #C33132 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 49 | 50 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.24 |
| HSL | 359.59º | 0.6% | 0.48% | - |
| HSV(B) | 359.59º | 0.75% | 0.76% | - |
| XYZ | 24.18 | 14.03 | 4.45 | - |
| YUV | 92.77 | 103.87 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 49 | 50 | 0 | 0.75 | 0.74 | 0.24 | 359.59 | 0.6 | 0.48 |
| Hex | C3 | 31 | 32 | 0 | 4B | 4A | 18 | 168 | 3C | 30 |
| Octal | 303 | 61 | 62 | 0 | 113 | 112 | 30 | 550 | 74 | 60 |
| Binary | 11000011 | 110001 | 110010 | 0 | 1001011 | 1001010 | 11000 | 101101000 | 111100 | 110000 |
Color Harmonies of #C33132
Complementary color
Monochromatic Colors of #C33132
Black with #C33132
Text Example
Text Example
White with #C33132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33132; }
p { color: rgb(195,49,50); }
H1.HeaderClassName
{
color: #C33132;
}
.AnyTagClassName
{
color: #C33132;
}
</style>
background-color css
<style>
a { background-color: #C33132; }
a { background-color: rgb(195,49,50); }
div.DivClassName
{
background-color: #C33132;
}
.BgClassName
{
background-color: #C33132;
}
</style>
border-color css
<style>
span { border-color: #C33132; }
span { border-color: rgb(195,49,50); }
td.TdClassName
{
border-color: #C33132;
}
.TagClassName
{
border-color: #C33132;
}
</style>