Shades of Grenadier #C84835
Tints of Grenadier #C84835
RGB
CMYK
RGB Variations
Color information
#C84835 (or 0xC84835) is known color: Grenadier. HEX triplet: C8, 48 and 35. RGB value is (200,72,53). Sum of RGB (Red+Green+Blue) = 200+72+53=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C84835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84835 is #37B7CA. Grayscale: #6C6C6C. Windows color (decimal): -3651531 or 3492040. OLE color: 3492040.
HSL color Cylindrical-coordinate representation of color #C84835: hue angle of 7.76º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C84835 is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 72 | 53 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.22 |
| HSL | 7.76º | 0.58% | 0.5% | - |
| HSV(B) | 7.76º | 0.74% | 0.78% | - |
| XYZ | 26.78 | 17.17 | 5.27 | - |
| YUV | 108.11 | 96.91 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 53 | 0 | 0.64 | 0.74 | 0.22 | 7.76 | 0.58 | 0.5 |
| Hex | C8 | 48 | 35 | 0 | 40 | 4A | 16 | 8 | 3A | 32 |
| Octal | 310 | 110 | 65 | 0 | 100 | 112 | 26 | 10 | 72 | 62 |
| Binary | 11001000 | 1001000 | 110101 | 0 | 1000000 | 1001010 | 10110 | 1000 | 111010 | 110010 |
Color Harmonies of #C84835
Complementary color
Monochromatic Colors of #C84835
Black with #C84835
Text Example
Text Example
White with #C84835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84835; }
p { color: rgb(200,72,53); }
H1.HeaderClassName
{
color: #C84835;
}
.AnyTagClassName
{
color: #C84835;
}
</style>
background-color css
<style>
a { background-color: #C84835; }
a { background-color: rgb(200,72,53); }
div.DivClassName
{
background-color: #C84835;
}
.BgClassName
{
background-color: #C84835;
}
</style>
border-color css
<style>
span { border-color: #C84835; }
span { border-color: rgb(200,72,53); }
td.TdClassName
{
border-color: #C84835;
}
.TagClassName
{
border-color: #C84835;
}
</style>