Shades of Old Rose #B71751
Tints of Old Rose #B71751
RGB
CMYK
RGB Variations
Color information
#B71751 (or 0xB71751) is known color: Old Rose. HEX triplet: B7, 17 and 51. RGB value is (183,23,81). Sum of RGB (Red+Green+Blue) = 183+23+81=287 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.76% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 81 (32.03% from 255 or 28.22% from 287); Max value from RGB is 183 - color contains mainly: red. Hex color #B71751 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71751 is #48E8AE. Grayscale: #4D4D4D. Windows color (decimal): -4778159 or 5314487. OLE color: 5314487.
HSL color Cylindrical-coordinate representation of color #B71751: hue angle of 338.25º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B71751 is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 23 | 81 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.28 |
| HSL | 338.25º | 0.78% | 0.4% | - |
| HSV(B) | 338.25º | 0.87% | 0.72% | - |
| XYZ | 21.32 | 11.27 | 8.84 | - |
| YUV | 77.45 | 130.01 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 23 | 81 | 0 | 0.87 | 0.56 | 0.28 | 338.25 | 0.78 | 0.4 |
| Hex | B7 | 17 | 51 | 0 | 57 | 38 | 1C | 152 | 4E | 28 |
| Octal | 267 | 27 | 121 | 0 | 127 | 70 | 34 | 522 | 116 | 50 |
| Binary | 10110111 | 10111 | 1010001 | 0 | 1010111 | 111000 | 11100 | 101010010 | 1001110 | 101000 |
Color Harmonies of #B71751
Complementary color
Monochromatic Colors of #B71751
Black with #B71751
Text Example
Text Example
White with #B71751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71751; }
p { color: rgb(183,23,81); }
H1.HeaderClassName
{
color: #B71751;
}
.AnyTagClassName
{
color: #B71751;
}
</style>
background-color css
<style>
a { background-color: #B71751; }
a { background-color: rgb(183,23,81); }
div.DivClassName
{
background-color: #B71751;
}
.BgClassName
{
background-color: #B71751;
}
</style>
border-color css
<style>
span { border-color: #B71751; }
span { border-color: rgb(183,23,81); }
td.TdClassName
{
border-color: #B71751;
}
.TagClassName
{
border-color: #B71751;
}
</style>