Shades of Grenadier #BF3F27
Tints of Grenadier #BF3F27
RGB
CMYK
RGB Variations
Color information
#BF3F27 (or 0xBF3F27) is known color: Grenadier. HEX triplet: BF, 3F and 27. RGB value is (191,63,39). Sum of RGB (Red+Green+Blue) = 191+63+39=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 39 (15.62% from 255 or 13.31% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3F27 is #40C0D8. Grayscale: #626262. Windows color (decimal): -4243673 or 2572223. OLE color: 2572223.
HSL color Cylindrical-coordinate representation of color #BF3F27: hue angle of 9.47º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF3F27 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 63 | 39 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.25 |
| HSL | 9.47º | 0.66% | 0.45% | - |
| HSV(B) | 9.47º | 0.8% | 0.75% | - |
| XYZ | 23.63 | 14.78 | 3.53 | - |
| YUV | 98.54 | 94.41 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 63 | 39 | 0 | 0.67 | 0.80 | 0.25 | 9.47 | 0.66 | 0.45 |
| Hex | BF | 3F | 27 | 0 | 43 | 50 | 19 | 9 | 42 | 2D |
| Octal | 277 | 77 | 47 | 0 | 103 | 120 | 31 | 11 | 102 | 55 |
| Binary | 10111111 | 111111 | 100111 | 0 | 1000011 | 1010000 | 11001 | 1001 | 1000010 | 101101 |
Color Harmonies of #BF3F27
Complementary color
Monochromatic Colors of #BF3F27
Black with #BF3F27
Text Example
Text Example
White with #BF3F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3F27; }
p { color: rgb(191,63,39); }
H1.HeaderClassName
{
color: #BF3F27;
}
.AnyTagClassName
{
color: #BF3F27;
}
</style>
background-color css
<style>
a { background-color: #BF3F27; }
a { background-color: rgb(191,63,39); }
div.DivClassName
{
background-color: #BF3F27;
}
.BgClassName
{
background-color: #BF3F27;
}
</style>
border-color css
<style>
span { border-color: #BF3F27; }
span { border-color: rgb(191,63,39); }
td.TdClassName
{
border-color: #BF3F27;
}
.TagClassName
{
border-color: #BF3F27;
}
</style>