Shades of Mahogany #C5383D
Tints of Mahogany #C5383D
RGB
CMYK
RGB Variations
Color information
#C5383D (or 0xC5383D) is known color: Mahogany. HEX triplet: C5, 38 and 3D. RGB value is (197,56,61). Sum of RGB (Red+Green+Blue) = 197+56+61=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C5383D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5383D is #3AC7C2. Grayscale: #626262. Windows color (decimal): -3852227 or 4012229. OLE color: 4012229.
HSL color Cylindrical-coordinate representation of color #C5383D: hue angle of 357.87º 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 #C5383D is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 61 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.23 |
| HSL | 357.87º | 0.56% | 0.5% | - |
| HSV(B) | 357.87º | 0.72% | 0.77% | - |
| XYZ | 25.28 | 15.04 | 5.98 | - |
| YUV | 98.73 | 106.71 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 61 | 0 | 0.72 | 0.69 | 0.23 | 357.87 | 0.56 | 0.5 |
| Hex | C5 | 38 | 3D | 0 | 48 | 45 | 17 | 166 | 38 | 32 |
| Octal | 305 | 70 | 75 | 0 | 110 | 105 | 27 | 546 | 70 | 62 |
| Binary | 11000101 | 111000 | 111101 | 0 | 1001000 | 1000101 | 10111 | 101100110 | 111000 | 110010 |
Color Harmonies of #C5383D
Complementary color
Monochromatic Colors of #C5383D
Black with #C5383D
Text Example
Text Example
White with #C5383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5383D; }
p { color: rgb(197,56,61); }
H1.HeaderClassName
{
color: #C5383D;
}
.AnyTagClassName
{
color: #C5383D;
}
</style>
background-color css
<style>
a { background-color: #C5383D; }
a { background-color: rgb(197,56,61); }
div.DivClassName
{
background-color: #C5383D;
}
.BgClassName
{
background-color: #C5383D;
}
</style>
border-color css
<style>
span { border-color: #C5383D; }
span { border-color: rgb(197,56,61); }
td.TdClassName
{
border-color: #C5383D;
}
.TagClassName
{
border-color: #C5383D;
}
</style>