Shades of Grenadier #CB4639
Tints of Grenadier #CB4639
RGB
CMYK
RGB Variations
Color information
#CB4639 (or 0xCB4639) is known color: Grenadier. HEX triplet: CB, 46 and 39. RGB value is (203,70,57). Sum of RGB (Red+Green+Blue) = 203+70+57=330 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.52% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4639 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4639 is #34B9C6. Grayscale: #6C6C6C. Windows color (decimal): -3455431 or 3753675. OLE color: 3753675.
HSL color Cylindrical-coordinate representation of color #CB4639: hue angle of 5.34º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB4639 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 70 | 57 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.20 |
| HSL | 5.34º | 0.58% | 0.51% | - |
| HSV(B) | 5.34º | 0.72% | 0.8% | - |
| XYZ | 27.56 | 17.37 | 5.77 | - |
| YUV | 108.29 | 99.06 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 57 | 0 | 0.66 | 0.72 | 0.20 | 5.34 | 0.58 | 0.51 |
| Hex | CB | 46 | 39 | 0 | 42 | 48 | 14 | 5 | 3A | 33 |
| Octal | 313 | 106 | 71 | 0 | 102 | 110 | 24 | 5 | 72 | 63 |
| Binary | 11001011 | 1000110 | 111001 | 0 | 1000010 | 1001000 | 10100 | 101 | 111010 | 110011 |
Color Harmonies of #CB4639
Complementary color
Monochromatic Colors of #CB4639
Black with #CB4639
Text Example
Text Example
White with #CB4639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4639; }
p { color: rgb(203,70,57); }
H1.HeaderClassName
{
color: #CB4639;
}
.AnyTagClassName
{
color: #CB4639;
}
</style>
background-color css
<style>
a { background-color: #CB4639; }
a { background-color: rgb(203,70,57); }
div.DivClassName
{
background-color: #CB4639;
}
.BgClassName
{
background-color: #CB4639;
}
</style>
border-color css
<style>
span { border-color: #CB4639; }
span { border-color: rgb(203,70,57); }
td.TdClassName
{
border-color: #CB4639;
}
.TagClassName
{
border-color: #CB4639;
}
</style>