Shades of Old Rose #B71D4E
Tints of Old Rose #B71D4E
RGB
CMYK
RGB Variations
Color information
#B71D4E (or 0xB71D4E) is known color: Old Rose. HEX triplet: B7, 1D and 4E. RGB value is (183,29,78). Sum of RGB (Red+Green+Blue) = 183+29+78=290 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.10% from 290); Green value is 29 (11.72% from 255 or 10% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 183 - color contains mainly: red. Hex color #B71D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71D4E is #48E2B1. Grayscale: #505050. Windows color (decimal): -4776626 or 5119415. OLE color: 5119415.
HSL color Cylindrical-coordinate representation of color #B71D4E: hue angle of 340.91º 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 #B71D4E is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 29 | 78 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.28 |
| HSL | 340.91º | 0.73% | 0.42% | - |
| HSV(B) | 340.91º | 0.84% | 0.72% | - |
| XYZ | 21.34 | 11.5 | 8.3 | - |
| YUV | 80.63 | 126.52 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 29 | 78 | 0 | 0.84 | 0.57 | 0.28 | 340.91 | 0.73 | 0.42 |
| Hex | B7 | 1D | 4E | 0 | 54 | 39 | 1C | 155 | 49 | 2A |
| Octal | 267 | 35 | 116 | 0 | 124 | 71 | 34 | 525 | 111 | 52 |
| Binary | 10110111 | 11101 | 1001110 | 0 | 1010100 | 111001 | 11100 | 101010101 | 1001001 | 101010 |
Color Harmonies of #B71D4E
Complementary color
Monochromatic Colors of #B71D4E
Black with #B71D4E
Text Example
Text Example
White with #B71D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71D4E; }
p { color: rgb(183,29,78); }
H1.HeaderClassName
{
color: #B71D4E;
}
.AnyTagClassName
{
color: #B71D4E;
}
</style>
background-color css
<style>
a { background-color: #B71D4E; }
a { background-color: rgb(183,29,78); }
div.DivClassName
{
background-color: #B71D4E;
}
.BgClassName
{
background-color: #B71D4E;
}
</style>
border-color css
<style>
span { border-color: #B71D4E; }
span { border-color: rgb(183,29,78); }
td.TdClassName
{
border-color: #B71D4E;
}
.TagClassName
{
border-color: #B71D4E;
}
</style>