Shades of Old Rose #B71D59
Tints of Old Rose #B71D59
RGB
CMYK
RGB Variations
Color information
#B71D59 (or 0xB71D59) is known color: Old Rose. HEX triplet: B7, 1D and 59. RGB value is (183,29,89). Sum of RGB (Red+Green+Blue) = 183+29+89=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B71D59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71D59 is #48E2A6. Grayscale: #515151. Windows color (decimal): -4776615 or 5840311. OLE color: 5840311.
HSL color Cylindrical-coordinate representation of color #B71D59: hue angle of 336.62º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B71D59 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 29 | 89 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.28 |
| HSL | 336.62º | 0.73% | 0.42% | - |
| HSV(B) | 336.62º | 0.84% | 0.72% | - |
| XYZ | 21.77 | 11.67 | 10.56 | - |
| YUV | 81.89 | 132.02 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 29 | 89 | 0 | 0.84 | 0.51 | 0.28 | 336.62 | 0.73 | 0.42 |
| Hex | B7 | 1D | 59 | 0 | 54 | 33 | 1C | 151 | 49 | 2A |
| Octal | 267 | 35 | 131 | 0 | 124 | 63 | 34 | 521 | 111 | 52 |
| Binary | 10110111 | 11101 | 1011001 | 0 | 1010100 | 110011 | 11100 | 101010001 | 1001001 | 101010 |
Color Harmonies of #B71D59
Complementary color
Monochromatic Colors of #B71D59
Black with #B71D59
Text Example
Text Example
White with #B71D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71D59; }
p { color: rgb(183,29,89); }
H1.HeaderClassName
{
color: #B71D59;
}
.AnyTagClassName
{
color: #B71D59;
}
</style>
background-color css
<style>
a { background-color: #B71D59; }
a { background-color: rgb(183,29,89); }
div.DivClassName
{
background-color: #B71D59;
}
.BgClassName
{
background-color: #B71D59;
}
</style>
border-color css
<style>
span { border-color: #B71D59; }
span { border-color: rgb(183,29,89); }
td.TdClassName
{
border-color: #B71D59;
}
.TagClassName
{
border-color: #B71D59;
}
</style>