Shades of Mahogany #C53334
Tints of Mahogany #C53334
RGB
CMYK
RGB Variations
Color information
#C53334 (or 0xC53334) is known color: Mahogany. HEX triplet: C5, 33 and 34. RGB value is (197,51,52). Sum of RGB (Red+Green+Blue) = 197+51+52=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C53334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53334 is #3ACCCB. Grayscale: #5E5E5E. Windows color (decimal): -3853516 or 3421125. OLE color: 3421125.
HSL color Cylindrical-coordinate representation of color #C53334: hue angle of 359.59º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C53334 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 52 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.23 |
| HSL | 359.59º | 0.59% | 0.49% | - |
| HSV(B) | 359.59º | 0.74% | 0.77% | - |
| XYZ | 24.83 | 14.49 | 4.74 | - |
| YUV | 94.77 | 103.87 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 52 | 0 | 0.74 | 0.74 | 0.23 | 359.59 | 0.59 | 0.49 |
| Hex | C5 | 33 | 34 | 0 | 4A | 4A | 17 | 168 | 3B | 31 |
| Octal | 305 | 63 | 64 | 0 | 112 | 112 | 27 | 550 | 73 | 61 |
| Binary | 11000101 | 110011 | 110100 | 0 | 1001010 | 1001010 | 10111 | 101101000 | 111011 | 110001 |
Color Harmonies of #C53334
Complementary color
Monochromatic Colors of #C53334
Black with #C53334
Text Example
Text Example
White with #C53334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53334; }
p { color: rgb(197,51,52); }
H1.HeaderClassName
{
color: #C53334;
}
.AnyTagClassName
{
color: #C53334;
}
</style>
background-color css
<style>
a { background-color: #C53334; }
a { background-color: rgb(197,51,52); }
div.DivClassName
{
background-color: #C53334;
}
.BgClassName
{
background-color: #C53334;
}
</style>
border-color css
<style>
span { border-color: #C53334; }
span { border-color: rgb(197,51,52); }
td.TdClassName
{
border-color: #C53334;
}
.TagClassName
{
border-color: #C53334;
}
</style>