Shades of Grenadier #C5513D
Tints of Grenadier #C5513D
RGB
CMYK
RGB Variations
Color information
#C5513D (or 0xC5513D) is known color: Grenadier. HEX triplet: C5, 51 and 3D. RGB value is (197,81,61). Sum of RGB (Red+Green+Blue) = 197+81+61=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C5513D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5513D is #3AAEC2. Grayscale: #717171. Windows color (decimal): -3845827 or 4018629. OLE color: 4018629.
HSL color Cylindrical-coordinate representation of color #C5513D: hue angle of 8.82º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C5513D is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 61 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.23 |
| HSL | 8.82º | 0.54% | 0.51% | - |
| HSV(B) | 8.82º | 0.69% | 0.77% | - |
| XYZ | 26.81 | 18.09 | 6.49 | - |
| YUV | 113.4 | 98.43 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 61 | 0 | 0.59 | 0.69 | 0.23 | 8.82 | 0.54 | 0.51 |
| Hex | C5 | 51 | 3D | 0 | 3B | 45 | 17 | 9 | 36 | 33 |
| Octal | 305 | 121 | 75 | 0 | 73 | 105 | 27 | 11 | 66 | 63 |
| Binary | 11000101 | 1010001 | 111101 | 0 | 111011 | 1000101 | 10111 | 1001 | 110110 | 110011 |
Color Harmonies of #C5513D
Complementary color
Monochromatic Colors of #C5513D
Black with #C5513D
Text Example
Text Example
White with #C5513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5513D; }
p { color: rgb(197,81,61); }
H1.HeaderClassName
{
color: #C5513D;
}
.AnyTagClassName
{
color: #C5513D;
}
</style>
background-color css
<style>
a { background-color: #C5513D; }
a { background-color: rgb(197,81,61); }
div.DivClassName
{
background-color: #C5513D;
}
.BgClassName
{
background-color: #C5513D;
}
</style>
border-color css
<style>
span { border-color: #C5513D; }
span { border-color: rgb(197,81,61); }
td.TdClassName
{
border-color: #C5513D;
}
.TagClassName
{
border-color: #C5513D;
}
</style>