Shades of Old Rose #B31F50
Tints of Old Rose #B31F50
RGB
CMYK
RGB Variations
Color information
#B31F50 (or 0xB31F50) is known color: Old Rose. HEX triplet: B3, 1F and 50. RGB value is (179,31,80). Sum of RGB (Red+Green+Blue) = 179+31+80=290 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.72% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 179 - color contains mainly: red. Hex color #B31F50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31F50 is #4CE0AF. Grayscale: #505050. Windows color (decimal): -5038256 or 5250995. OLE color: 5250995.
HSL color Cylindrical-coordinate representation of color #B31F50: hue angle of 340.14º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B31F50 is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 31 | 80 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.30 |
| HSL | 340.14º | 0.7% | 0.41% | - |
| HSV(B) | 340.14º | 0.83% | 0.7% | - |
| XYZ | 20.53 | 11.14 | 8.66 | - |
| YUV | 80.84 | 127.53 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 31 | 80 | 0 | 0.83 | 0.55 | 0.30 | 340.14 | 0.7 | 0.41 |
| Hex | B3 | 1F | 50 | 0 | 53 | 37 | 1E | 154 | 46 | 29 |
| Octal | 263 | 37 | 120 | 0 | 123 | 67 | 36 | 524 | 106 | 51 |
| Binary | 10110011 | 11111 | 1010000 | 0 | 1010011 | 110111 | 11110 | 101010100 | 1000110 | 101001 |
Color Harmonies of #B31F50
Complementary color
Monochromatic Colors of #B31F50
Black with #B31F50
Text Example
Text Example
White with #B31F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31F50; }
p { color: rgb(179,31,80); }
H1.HeaderClassName
{
color: #B31F50;
}
.AnyTagClassName
{
color: #B31F50;
}
</style>
background-color css
<style>
a { background-color: #B31F50; }
a { background-color: rgb(179,31,80); }
div.DivClassName
{
background-color: #B31F50;
}
.BgClassName
{
background-color: #B31F50;
}
</style>
border-color css
<style>
span { border-color: #B31F50; }
span { border-color: rgb(179,31,80); }
td.TdClassName
{
border-color: #B31F50;
}
.TagClassName
{
border-color: #B31F50;
}
</style>