Shades of Mahogany #C33032
Tints of Mahogany #C33032
RGB
CMYK
RGB Variations
Color information
#C33032 (or 0xC33032) is known color: Mahogany. HEX triplet: C3, 30 and 32. RGB value is (195,48,50). Sum of RGB (Red+Green+Blue) = 195+48+50=293 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.55% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 195 - color contains mainly: red. Hex color #C33032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33032 is #3CCFCD. Grayscale: #5C5C5C. Windows color (decimal): -3985358 or 3289283. OLE color: 3289283.
HSL color Cylindrical-coordinate representation of color #C33032: hue angle of 359.18º 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 #C33032 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 48 | 50 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.24 |
| HSL | 359.18º | 0.6% | 0.48% | - |
| HSV(B) | 359.18º | 0.75% | 0.76% | - |
| XYZ | 24.14 | 13.95 | 4.44 | - |
| YUV | 92.18 | 104.2 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 50 | 0 | 0.75 | 0.74 | 0.24 | 359.18 | 0.6 | 0.48 |
| Hex | C3 | 30 | 32 | 0 | 4B | 4A | 18 | 167 | 3C | 30 |
| Octal | 303 | 60 | 62 | 0 | 113 | 112 | 30 | 547 | 74 | 60 |
| Binary | 11000011 | 110000 | 110010 | 0 | 1001011 | 1001010 | 11000 | 101100111 | 111100 | 110000 |
Color Harmonies of #C33032
Complementary color
Monochromatic Colors of #C33032
Black with #C33032
Text Example
Text Example
White with #C33032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33032; }
p { color: rgb(195,48,50); }
H1.HeaderClassName
{
color: #C33032;
}
.AnyTagClassName
{
color: #C33032;
}
</style>
background-color css
<style>
a { background-color: #C33032; }
a { background-color: rgb(195,48,50); }
div.DivClassName
{
background-color: #C33032;
}
.BgClassName
{
background-color: #C33032;
}
</style>
border-color css
<style>
span { border-color: #C33032; }
span { border-color: rgb(195,48,50); }
td.TdClassName
{
border-color: #C33032;
}
.TagClassName
{
border-color: #C33032;
}
</style>