Shades of Grenadier #C84D3E
Tints of Grenadier #C84D3E
RGB
CMYK
RGB Variations
Color information
#C84D3E (or 0xC84D3E) is known color: Grenadier. HEX triplet: C8, 4D and 3E. RGB value is (200,77,62). Sum of RGB (Red+Green+Blue) = 200+77+62=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C84D3E is #37B2C1. Grayscale: #707070. Windows color (decimal): -3650242 or 4083144. OLE color: 4083144.
HSL color Cylindrical-coordinate representation of color #C84D3E: hue angle of 6.52º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C84D3E is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 77 | 62 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.22 |
| HSL | 6.52º | 0.56% | 0.51% | - |
| HSV(B) | 6.52º | 0.69% | 0.78% | - |
| XYZ | 27.34 | 17.93 | 6.58 | - |
| YUV | 112.07 | 99.75 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 62 | 0 | 0.62 | 0.69 | 0.22 | 6.52 | 0.56 | 0.51 |
| Hex | C8 | 4D | 3E | 0 | 3E | 45 | 16 | 7 | 38 | 33 |
| Octal | 310 | 115 | 76 | 0 | 76 | 105 | 26 | 7 | 70 | 63 |
| Binary | 11001000 | 1001101 | 111110 | 0 | 111110 | 1000101 | 10110 | 111 | 111000 | 110011 |
Color Harmonies of #C84D3E
Complementary color
Monochromatic Colors of #C84D3E
Black with #C84D3E
Text Example
Text Example
White with #C84D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84D3E; }
p { color: rgb(200,77,62); }
H1.HeaderClassName
{
color: #C84D3E;
}
.AnyTagClassName
{
color: #C84D3E;
}
</style>
background-color css
<style>
a { background-color: #C84D3E; }
a { background-color: rgb(200,77,62); }
div.DivClassName
{
background-color: #C84D3E;
}
.BgClassName
{
background-color: #C84D3E;
}
</style>
border-color css
<style>
span { border-color: #C84D3E; }
span { border-color: rgb(200,77,62); }
td.TdClassName
{
border-color: #C84D3E;
}
.TagClassName
{
border-color: #C84D3E;
}
</style>