Shades of Grenadier #C54837
Tints of Grenadier #C54837
RGB
CMYK
RGB Variations
Color information
#C54837 (or 0xC54837) is known color: Grenadier. HEX triplet: C5, 48 and 37. RGB value is (197,72,55). Sum of RGB (Red+Green+Blue) = 197+72+55=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 55 (21.88% from 255 or 16.98% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C54837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54837 is #3AB7C8. Grayscale: #6B6B6B. Windows color (decimal): -3848137 or 3623109. OLE color: 3623109.
HSL color Cylindrical-coordinate representation of color #C54837: hue angle of 7.18º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C54837 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 55 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.23 |
| HSL | 7.18º | 0.56% | 0.49% | - |
| HSV(B) | 7.18º | 0.72% | 0.77% | - |
| XYZ | 26.03 | 16.78 | 5.48 | - |
| YUV | 107.44 | 98.41 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 55 | 0 | 0.63 | 0.72 | 0.23 | 7.18 | 0.56 | 0.49 |
| Hex | C5 | 48 | 37 | 0 | 3F | 48 | 17 | 7 | 38 | 31 |
| Octal | 305 | 110 | 67 | 0 | 77 | 110 | 27 | 7 | 70 | 61 |
| Binary | 11000101 | 1001000 | 110111 | 0 | 111111 | 1001000 | 10111 | 111 | 111000 | 110001 |
Color Harmonies of #C54837
Complementary color
Monochromatic Colors of #C54837
Black with #C54837
Text Example
Text Example
White with #C54837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54837; }
p { color: rgb(197,72,55); }
H1.HeaderClassName
{
color: #C54837;
}
.AnyTagClassName
{
color: #C54837;
}
</style>
background-color css
<style>
a { background-color: #C54837; }
a { background-color: rgb(197,72,55); }
div.DivClassName
{
background-color: #C54837;
}
.BgClassName
{
background-color: #C54837;
}
</style>
border-color css
<style>
span { border-color: #C54837; }
span { border-color: rgb(197,72,55); }
td.TdClassName
{
border-color: #C54837;
}
.TagClassName
{
border-color: #C54837;
}
</style>