Shades of Grenadier #CB4737
Tints of Grenadier #CB4737
RGB
CMYK
RGB Variations
Color information
#CB4737 (or 0xCB4737) is known color: Grenadier. HEX triplet: CB, 47 and 37. RGB value is (203,71,55). Sum of RGB (Red+Green+Blue) = 203+71+55=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4737 is #34B8C8. Grayscale: #6C6C6C. Windows color (decimal): -3455177 or 3622859. OLE color: 3622859.
HSL color Cylindrical-coordinate representation of color #CB4737: hue angle of 6.49º 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 #CB4737 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 71 | 55 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.20 |
| HSL | 6.49º | 0.59% | 0.51% | - |
| HSV(B) | 6.49º | 0.73% | 0.8% | - |
| XYZ | 27.57 | 17.48 | 5.54 | - |
| YUV | 108.64 | 97.73 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 55 | 0 | 0.65 | 0.73 | 0.20 | 6.49 | 0.59 | 0.51 |
| Hex | CB | 47 | 37 | 0 | 41 | 49 | 14 | 6 | 3B | 33 |
| Octal | 313 | 107 | 67 | 0 | 101 | 111 | 24 | 6 | 73 | 63 |
| Binary | 11001011 | 1000111 | 110111 | 0 | 1000001 | 1001001 | 10100 | 110 | 111011 | 110011 |
Color Harmonies of #CB4737
Complementary color
Monochromatic Colors of #CB4737
Black with #CB4737
Text Example
Text Example
White with #CB4737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4737; }
p { color: rgb(203,71,55); }
H1.HeaderClassName
{
color: #CB4737;
}
.AnyTagClassName
{
color: #CB4737;
}
</style>
background-color css
<style>
a { background-color: #CB4737; }
a { background-color: rgb(203,71,55); }
div.DivClassName
{
background-color: #CB4737;
}
.BgClassName
{
background-color: #CB4737;
}
</style>
border-color css
<style>
span { border-color: #CB4737; }
span { border-color: rgb(203,71,55); }
td.TdClassName
{
border-color: #CB4737;
}
.TagClassName
{
border-color: #CB4737;
}
</style>