Shades of Grenadier #C9513E
Tints of Grenadier #C9513E
RGB
CMYK
RGB Variations
Color information
#C9513E (or 0xC9513E) is known color: Grenadier. HEX triplet: C9, 51 and 3E. RGB value is (201,81,62). Sum of RGB (Red+Green+Blue) = 201+81+62=344 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.43% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 62 (24.61% from 255 or 18.02% from 344); Max value from RGB is 201 - color contains mainly: red. Hex color #C9513E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9513E is #36AEC1. Grayscale: #727272. Windows color (decimal): -3583682 or 4084169. OLE color: 4084169.
HSL color Cylindrical-coordinate representation of color #C9513E: hue angle of 8.2º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C9513E is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 81 | 62 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.21 |
| HSL | 8.2º | 0.56% | 0.52% | - |
| HSV(B) | 8.2º | 0.69% | 0.79% | - |
| XYZ | 27.9 | 18.65 | 6.69 | - |
| YUV | 114.71 | 98.26 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 62 | 0 | 0.60 | 0.69 | 0.21 | 8.2 | 0.56 | 0.52 |
| Hex | C9 | 51 | 3E | 0 | 3C | 45 | 15 | 8 | 38 | 34 |
| Octal | 311 | 121 | 76 | 0 | 74 | 105 | 25 | 10 | 70 | 64 |
| Binary | 11001001 | 1010001 | 111110 | 0 | 111100 | 1000101 | 10101 | 1000 | 111000 | 110100 |
Color Harmonies of #C9513E
Complementary color
Monochromatic Colors of #C9513E
Black with #C9513E
Text Example
Text Example
White with #C9513E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9513E; }
p { color: rgb(201,81,62); }
H1.HeaderClassName
{
color: #C9513E;
}
.AnyTagClassName
{
color: #C9513E;
}
</style>
background-color css
<style>
a { background-color: #C9513E; }
a { background-color: rgb(201,81,62); }
div.DivClassName
{
background-color: #C9513E;
}
.BgClassName
{
background-color: #C9513E;
}
</style>
border-color css
<style>
span { border-color: #C9513E; }
span { border-color: rgb(201,81,62); }
td.TdClassName
{
border-color: #C9513E;
}
.TagClassName
{
border-color: #C9513E;
}
</style>