Shades of Old Rose #BF314D
Tints of Old Rose #BF314D
RGB
CMYK
RGB Variations
Color information
#BF314D (or 0xBF314D) is known color: Old Rose. HEX triplet: BF, 31 and 4D. RGB value is (191,49,77). Sum of RGB (Red+Green+Blue) = 191+49+77=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF314D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF314D is #40CEB2. Grayscale: #5E5E5E. Windows color (decimal): -4247219 or 5059007. OLE color: 5059007.
HSL color Cylindrical-coordinate representation of color #BF314D: hue angle of 348.17º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF314D is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 49 | 77 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.25 |
| HSL | 348.17º | 0.59% | 0.47% | - |
| HSV(B) | 348.17º | 0.74% | 0.75% | - |
| XYZ | 23.92 | 13.81 | 8.43 | - |
| YUV | 94.65 | 118.04 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 49 | 77 | 0 | 0.74 | 0.60 | 0.25 | 348.17 | 0.59 | 0.47 |
| Hex | BF | 31 | 4D | 0 | 4A | 3C | 19 | 15C | 3B | 2F |
| Octal | 277 | 61 | 115 | 0 | 112 | 74 | 31 | 534 | 73 | 57 |
| Binary | 10111111 | 110001 | 1001101 | 0 | 1001010 | 111100 | 11001 | 101011100 | 111011 | 101111 |
Color Harmonies of #BF314D
Complementary color
Monochromatic Colors of #BF314D
Black with #BF314D
Text Example
Text Example
White with #BF314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF314D; }
p { color: rgb(191,49,77); }
H1.HeaderClassName
{
color: #BF314D;
}
.AnyTagClassName
{
color: #BF314D;
}
</style>
background-color css
<style>
a { background-color: #BF314D; }
a { background-color: rgb(191,49,77); }
div.DivClassName
{
background-color: #BF314D;
}
.BgClassName
{
background-color: #BF314D;
}
</style>
border-color css
<style>
span { border-color: #BF314D; }
span { border-color: rgb(191,49,77); }
td.TdClassName
{
border-color: #BF314D;
}
.TagClassName
{
border-color: #BF314D;
}
</style>