Shades of Grenadier #BF413D
Tints of Grenadier #BF413D
RGB
CMYK
RGB Variations
Color information
#BF413D (or 0xBF413D) is known color: Grenadier. HEX triplet: BF, 41 and 3D. RGB value is (191,65,61). Sum of RGB (Red+Green+Blue) = 191+65+61=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF413D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF413D is #40BEC2. Grayscale: #666666. Windows color (decimal): -4243139 or 4014527. OLE color: 4014527.
HSL color Cylindrical-coordinate representation of color #BF413D: hue angle of 1.85º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF413D is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 61 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.25 |
| HSL | 1.85º | 0.52% | 0.49% | - |
| HSV(B) | 1.85º | 0.68% | 0.75% | - |
| XYZ | 24.22 | 15.19 | 6.07 | - |
| YUV | 102.22 | 104.74 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 61 | 0 | 0.66 | 0.68 | 0.25 | 1.85 | 0.52 | 0.49 |
| Hex | BF | 41 | 3D | 0 | 42 | 44 | 19 | 2 | 34 | 31 |
| Octal | 277 | 101 | 75 | 0 | 102 | 104 | 31 | 2 | 64 | 61 |
| Binary | 10111111 | 1000001 | 111101 | 0 | 1000010 | 1000100 | 11001 | 10 | 110100 | 110001 |
Color Harmonies of #BF413D
Complementary color
Monochromatic Colors of #BF413D
Black with #BF413D
Text Example
Text Example
White with #BF413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF413D; }
p { color: rgb(191,65,61); }
H1.HeaderClassName
{
color: #BF413D;
}
.AnyTagClassName
{
color: #BF413D;
}
</style>
background-color css
<style>
a { background-color: #BF413D; }
a { background-color: rgb(191,65,61); }
div.DivClassName
{
background-color: #BF413D;
}
.BgClassName
{
background-color: #BF413D;
}
</style>
border-color css
<style>
span { border-color: #BF413D; }
span { border-color: rgb(191,65,61); }
td.TdClassName
{
border-color: #BF413D;
}
.TagClassName
{
border-color: #BF413D;
}
</style>