Shades of Grenadier #C54734
Tints of Grenadier #C54734
RGB
CMYK
RGB Variations
Color information
#C54734 (or 0xC54734) is known color: Grenadier. HEX triplet: C5, 47 and 34. RGB value is (197,71,52). Sum of RGB (Red+Green+Blue) = 197+71+52=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C54734 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54734 is #3AB8CB. Grayscale: #6A6A6A. Windows color (decimal): -3848396 or 3426245. OLE color: 3426245.
HSL color Cylindrical-coordinate representation of color #C54734: hue angle of 7.86º degrees, saturation: 0.58, 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 #C54734 is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 71 | 52 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.23 |
| HSL | 7.86º | 0.58% | 0.49% | - |
| HSV(B) | 7.86º | 0.74% | 0.77% | - |
| XYZ | 25.9 | 16.62 | 5.09 | - |
| YUV | 106.51 | 97.24 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 52 | 0 | 0.64 | 0.74 | 0.23 | 7.86 | 0.58 | 0.49 |
| Hex | C5 | 47 | 34 | 0 | 40 | 4A | 17 | 8 | 3A | 31 |
| Octal | 305 | 107 | 64 | 0 | 100 | 112 | 27 | 10 | 72 | 61 |
| Binary | 11000101 | 1000111 | 110100 | 0 | 1000000 | 1001010 | 10111 | 1000 | 111010 | 110001 |
Color Harmonies of #C54734
Complementary color
Monochromatic Colors of #C54734
Black with #C54734
Text Example
Text Example
White with #C54734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54734; }
p { color: rgb(197,71,52); }
H1.HeaderClassName
{
color: #C54734;
}
.AnyTagClassName
{
color: #C54734;
}
</style>
background-color css
<style>
a { background-color: #C54734; }
a { background-color: rgb(197,71,52); }
div.DivClassName
{
background-color: #C54734;
}
.BgClassName
{
background-color: #C54734;
}
</style>
border-color css
<style>
span { border-color: #C54734; }
span { border-color: rgb(197,71,52); }
td.TdClassName
{
border-color: #C54734;
}
.TagClassName
{
border-color: #C54734;
}
</style>