Shades of Mahogany #C53337
Tints of Mahogany #C53337
RGB
CMYK
RGB Variations
Color information
#C53337 (or 0xC53337) is known color: Mahogany. HEX triplet: C5, 33 and 37. RGB value is (197,51,55). Sum of RGB (Red+Green+Blue) = 197+51+55=303 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.02% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 55 (21.88% from 255 or 18.15% from 303); Max value from RGB is 197 - color contains mainly: red. Hex color #C53337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53337 is #3ACCC8. Grayscale: #5F5F5F. Windows color (decimal): -3853513 or 3617733. OLE color: 3617733.
HSL color Cylindrical-coordinate representation of color #C53337: hue angle of 358.36º 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 #C53337 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 55 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.23 |
| HSL | 358.36º | 0.59% | 0.49% | - |
| HSV(B) | 358.36º | 0.74% | 0.77% | - |
| XYZ | 24.9 | 14.51 | 5.1 | - |
| YUV | 95.11 | 105.37 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 55 | 0 | 0.74 | 0.72 | 0.23 | 358.36 | 0.59 | 0.49 |
| Hex | C5 | 33 | 37 | 0 | 4A | 48 | 17 | 166 | 3B | 31 |
| Octal | 305 | 63 | 67 | 0 | 112 | 110 | 27 | 546 | 73 | 61 |
| Binary | 11000101 | 110011 | 110111 | 0 | 1001010 | 1001000 | 10111 | 101100110 | 111011 | 110001 |
Color Harmonies of #C53337
Complementary color
Monochromatic Colors of #C53337
Black with #C53337
Text Example
Text Example
White with #C53337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53337; }
p { color: rgb(197,51,55); }
H1.HeaderClassName
{
color: #C53337;
}
.AnyTagClassName
{
color: #C53337;
}
</style>
background-color css
<style>
a { background-color: #C53337; }
a { background-color: rgb(197,51,55); }
div.DivClassName
{
background-color: #C53337;
}
.BgClassName
{
background-color: #C53337;
}
</style>
border-color css
<style>
span { border-color: #C53337; }
span { border-color: rgb(197,51,55); }
td.TdClassName
{
border-color: #C53337;
}
.TagClassName
{
border-color: #C53337;
}
</style>