Shades of Mahogany #C33034
Tints of Mahogany #C33034
RGB
CMYK
RGB Variations
Color information
#C33034 (or 0xC33034) is known color: Mahogany. HEX triplet: C3, 30 and 34. RGB value is (195,48,52). Sum of RGB (Red+Green+Blue) = 195+48+52=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C33034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33034 is #3CCFCB. Grayscale: #5C5C5C. Windows color (decimal): -3985356 or 3420355. OLE color: 3420355.
HSL color Cylindrical-coordinate representation of color #C33034: hue angle of 358.37º 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 #C33034 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 48 | 52 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.24 |
| HSL | 358.37º | 0.6% | 0.48% | - |
| HSV(B) | 358.37º | 0.75% | 0.76% | - |
| XYZ | 24.18 | 13.96 | 4.67 | - |
| YUV | 92.41 | 105.2 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 52 | 0 | 0.75 | 0.73 | 0.24 | 358.37 | 0.6 | 0.48 |
| Hex | C3 | 30 | 34 | 0 | 4B | 49 | 18 | 166 | 3C | 30 |
| Octal | 303 | 60 | 64 | 0 | 113 | 111 | 30 | 546 | 74 | 60 |
| Binary | 11000011 | 110000 | 110100 | 0 | 1001011 | 1001001 | 11000 | 101100110 | 111100 | 110000 |
Color Harmonies of #C33034
Complementary color
Monochromatic Colors of #C33034
Black with #C33034
Text Example
Text Example
White with #C33034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33034; }
p { color: rgb(195,48,52); }
H1.HeaderClassName
{
color: #C33034;
}
.AnyTagClassName
{
color: #C33034;
}
</style>
background-color css
<style>
a { background-color: #C33034; }
a { background-color: rgb(195,48,52); }
div.DivClassName
{
background-color: #C33034;
}
.BgClassName
{
background-color: #C33034;
}
</style>
border-color css
<style>
span { border-color: #C33034; }
span { border-color: rgb(195,48,52); }
td.TdClassName
{
border-color: #C33034;
}
.TagClassName
{
border-color: #C33034;
}
</style>