Shades of Mahogany #C5383A
Tints of Mahogany #C5383A
RGB
CMYK
RGB Variations
Color information
#C5383A (or 0xC5383A) is known color: Mahogany. HEX triplet: C5, 38 and 3A. RGB value is (197,56,58). Sum of RGB (Red+Green+Blue) = 197+56+58=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C5383A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5383A is #3AC7C5. Grayscale: #626262. Windows color (decimal): -3852230 or 3815621. OLE color: 3815621.
HSL color Cylindrical-coordinate representation of color #C5383A: hue angle of 359.15º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5383A is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 58 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.23 |
| HSL | 359.15º | 0.56% | 0.5% | - |
| HSV(B) | 359.15º | 0.72% | 0.77% | - |
| XYZ | 25.2 | 15 | 5.57 | - |
| YUV | 98.39 | 105.21 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 58 | 0 | 0.72 | 0.71 | 0.23 | 359.15 | 0.56 | 0.5 |
| Hex | C5 | 38 | 3A | 0 | 48 | 47 | 17 | 167 | 38 | 32 |
| Octal | 305 | 70 | 72 | 0 | 110 | 107 | 27 | 547 | 70 | 62 |
| Binary | 11000101 | 111000 | 111010 | 0 | 1001000 | 1000111 | 10111 | 101100111 | 111000 | 110010 |
Color Harmonies of #C5383A
Complementary color
Monochromatic Colors of #C5383A
Black with #C5383A
Text Example
Text Example
White with #C5383A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5383A; }
p { color: rgb(197,56,58); }
H1.HeaderClassName
{
color: #C5383A;
}
.AnyTagClassName
{
color: #C5383A;
}
</style>
background-color css
<style>
a { background-color: #C5383A; }
a { background-color: rgb(197,56,58); }
div.DivClassName
{
background-color: #C5383A;
}
.BgClassName
{
background-color: #C5383A;
}
</style>
border-color css
<style>
span { border-color: #C5383A; }
span { border-color: rgb(197,56,58); }
td.TdClassName
{
border-color: #C5383A;
}
.TagClassName
{
border-color: #C5383A;
}
</style>