Shades of Grenadier #BF4139
Tints of Grenadier #BF4139
RGB
CMYK
RGB Variations
Color information
#BF4139 (or 0xBF4139) is known color: Grenadier. HEX triplet: BF, 41 and 39. RGB value is (191,65,57). Sum of RGB (Red+Green+Blue) = 191+65+57=313 (41% of max value = 765). Red value is 191 (75% from 255 or 61.02% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 57 (22.66% from 255 or 18.21% from 313); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4139 is #40BEC6. Grayscale: #656565. Windows color (decimal): -4243143 or 3752383. OLE color: 3752383.
HSL color Cylindrical-coordinate representation of color #BF4139: hue angle of 3.58º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF4139 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 57 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.25 |
| HSL | 3.58º | 0.54% | 0.49% | - |
| HSV(B) | 3.58º | 0.7% | 0.75% | - |
| XYZ | 24.11 | 15.15 | 5.52 | - |
| YUV | 101.76 | 102.74 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 57 | 0 | 0.66 | 0.70 | 0.25 | 3.58 | 0.54 | 0.49 |
| Hex | BF | 41 | 39 | 0 | 42 | 46 | 19 | 4 | 36 | 31 |
| Octal | 277 | 101 | 71 | 0 | 102 | 106 | 31 | 4 | 66 | 61 |
| Binary | 10111111 | 1000001 | 111001 | 0 | 1000010 | 1000110 | 11001 | 100 | 110110 | 110001 |
Color Harmonies of #BF4139
Complementary color
Monochromatic Colors of #BF4139
Black with #BF4139
Text Example
Text Example
White with #BF4139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4139; }
p { color: rgb(191,65,57); }
H1.HeaderClassName
{
color: #BF4139;
}
.AnyTagClassName
{
color: #BF4139;
}
</style>
background-color css
<style>
a { background-color: #BF4139; }
a { background-color: rgb(191,65,57); }
div.DivClassName
{
background-color: #BF4139;
}
.BgClassName
{
background-color: #BF4139;
}
</style>
border-color css
<style>
span { border-color: #BF4139; }
span { border-color: rgb(191,65,57); }
td.TdClassName
{
border-color: #BF4139;
}
.TagClassName
{
border-color: #BF4139;
}
</style>