Shades of Old Rose #B31D51
Tints of Old Rose #B31D51
RGB
CMYK
RGB Variations
Color information
#B31D51 (or 0xB31D51) is known color: Old Rose. HEX triplet: B3, 1D and 51. RGB value is (179,29,81). Sum of RGB (Red+Green+Blue) = 179+29+81=289 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.94% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 81 (32.03% from 255 or 28.03% from 289); Max value from RGB is 179 - color contains mainly: red. Hex color #B31D51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31D51 is #4CE2AE. Grayscale: #4F4F4F. Windows color (decimal): -5038767 or 5316019. OLE color: 5316019.
HSL color Cylindrical-coordinate representation of color #B31D51: hue angle of 339.2º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B31D51 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 29 | 81 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.30 |
| HSL | 339.2º | 0.72% | 0.41% | - |
| HSV(B) | 339.2º | 0.84% | 0.7% | - |
| XYZ | 20.51 | 11.06 | 8.84 | - |
| YUV | 79.78 | 128.7 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 81 | 0 | 0.84 | 0.55 | 0.30 | 339.2 | 0.72 | 0.41 |
| Hex | B3 | 1D | 51 | 0 | 54 | 37 | 1E | 153 | 48 | 29 |
| Octal | 263 | 35 | 121 | 0 | 124 | 67 | 36 | 523 | 110 | 51 |
| Binary | 10110011 | 11101 | 1010001 | 0 | 1010100 | 110111 | 11110 | 101010011 | 1001000 | 101001 |
Color Harmonies of #B31D51
Complementary color
Monochromatic Colors of #B31D51
Black with #B31D51
Text Example
Text Example
White with #B31D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31D51; }
p { color: rgb(179,29,81); }
H1.HeaderClassName
{
color: #B31D51;
}
.AnyTagClassName
{
color: #B31D51;
}
</style>
background-color css
<style>
a { background-color: #B31D51; }
a { background-color: rgb(179,29,81); }
div.DivClassName
{
background-color: #B31D51;
}
.BgClassName
{
background-color: #B31D51;
}
</style>
border-color css
<style>
span { border-color: #B31D51; }
span { border-color: rgb(179,29,81); }
td.TdClassName
{
border-color: #B31D51;
}
.TagClassName
{
border-color: #B31D51;
}
</style>