Shades of Grenadier #C84838
Tints of Grenadier #C84838
RGB
CMYK
RGB Variations
Color information
#C84838 (or 0xC84838) is known color: Grenadier. HEX triplet: C8, 48 and 38. RGB value is (200,72,56). Sum of RGB (Red+Green+Blue) = 200+72+56=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 56 (22.27% from 255 or 17.07% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C84838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84838 is #37B7C7. Grayscale: #6C6C6C. Windows color (decimal): -3651528 or 3688648. OLE color: 3688648.
HSL color Cylindrical-coordinate representation of color #C84838: hue angle of 6.67º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C84838 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 72 | 56 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.22 |
| HSL | 6.67º | 0.57% | 0.5% | - |
| HSV(B) | 6.67º | 0.72% | 0.78% | - |
| XYZ | 26.85 | 17.2 | 5.65 | - |
| YUV | 108.45 | 98.41 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 56 | 0 | 0.64 | 0.72 | 0.22 | 6.67 | 0.57 | 0.5 |
| Hex | C8 | 48 | 38 | 0 | 40 | 48 | 16 | 7 | 39 | 32 |
| Octal | 310 | 110 | 70 | 0 | 100 | 110 | 26 | 7 | 71 | 62 |
| Binary | 11001000 | 1001000 | 111000 | 0 | 1000000 | 1001000 | 10110 | 111 | 111001 | 110010 |
Color Harmonies of #C84838
Complementary color
Monochromatic Colors of #C84838
Black with #C84838
Text Example
Text Example
White with #C84838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84838; }
p { color: rgb(200,72,56); }
H1.HeaderClassName
{
color: #C84838;
}
.AnyTagClassName
{
color: #C84838;
}
</style>
background-color css
<style>
a { background-color: #C84838; }
a { background-color: rgb(200,72,56); }
div.DivClassName
{
background-color: #C84838;
}
.BgClassName
{
background-color: #C84838;
}
</style>
border-color css
<style>
span { border-color: #C84838; }
span { border-color: rgb(200,72,56); }
td.TdClassName
{
border-color: #C84838;
}
.TagClassName
{
border-color: #C84838;
}
</style>