Shades of Grenadier #CB4637
Tints of Grenadier #CB4637
RGB
CMYK
RGB Variations
Color information
#CB4637 (or 0xCB4637) is known color: Grenadier. HEX triplet: CB, 46 and 37. RGB value is (203,70,55). Sum of RGB (Red+Green+Blue) = 203+70+55=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 55 (21.88% from 255 or 16.77% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4637 is #34B9C8. Grayscale: #6C6C6C. Windows color (decimal): -3455433 or 3622603. OLE color: 3622603.
HSL color Cylindrical-coordinate representation of color #CB4637: hue angle of 6.08º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB4637 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 70 | 55 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.20 |
| HSL | 6.08º | 0.59% | 0.51% | - |
| HSV(B) | 6.08º | 0.73% | 0.8% | - |
| XYZ | 27.51 | 17.35 | 5.51 | - |
| YUV | 108.06 | 98.06 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 55 | 0 | 0.66 | 0.73 | 0.20 | 6.08 | 0.59 | 0.51 |
| Hex | CB | 46 | 37 | 0 | 42 | 49 | 14 | 6 | 3B | 33 |
| Octal | 313 | 106 | 67 | 0 | 102 | 111 | 24 | 6 | 73 | 63 |
| Binary | 11001011 | 1000110 | 110111 | 0 | 1000010 | 1001001 | 10100 | 110 | 111011 | 110011 |
Color Harmonies of #CB4637
Complementary color
Monochromatic Colors of #CB4637
Black with #CB4637
Text Example
Text Example
White with #CB4637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4637; }
p { color: rgb(203,70,55); }
H1.HeaderClassName
{
color: #CB4637;
}
.AnyTagClassName
{
color: #CB4637;
}
</style>
background-color css
<style>
a { background-color: #CB4637; }
a { background-color: rgb(203,70,55); }
div.DivClassName
{
background-color: #CB4637;
}
.BgClassName
{
background-color: #CB4637;
}
</style>
border-color css
<style>
span { border-color: #CB4637; }
span { border-color: rgb(203,70,55); }
td.TdClassName
{
border-color: #CB4637;
}
.TagClassName
{
border-color: #CB4637;
}
</style>