Shades of Old Rose #B73447
Tints of Old Rose #B73447
RGB
CMYK
RGB Variations
Color information
#B73447 (or 0xB73447) is known color: Old Rose. HEX triplet: B7, 34 and 47. RGB value is (183,52,71). Sum of RGB (Red+Green+Blue) = 183+52+71=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 71 (28.12% from 255 or 23.20% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B73447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73447 is #48CBB8. Grayscale: #5D5D5D. Windows color (decimal): -4770745 or 4666551. OLE color: 4666551.
HSL color Cylindrical-coordinate representation of color #B73447: hue angle of 351.3º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B73447 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 52 | 71 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.28 |
| HSL | 351.3º | 0.56% | 0.46% | - |
| HSV(B) | 351.3º | 0.72% | 0.72% | - |
| XYZ | 21.89 | 12.98 | 7.31 | - |
| YUV | 93.34 | 115.4 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 52 | 71 | 0 | 0.72 | 0.61 | 0.28 | 351.3 | 0.56 | 0.46 |
| Hex | B7 | 34 | 47 | 0 | 48 | 3D | 1C | 15F | 38 | 2E |
| Octal | 267 | 64 | 107 | 0 | 110 | 75 | 34 | 537 | 70 | 56 |
| Binary | 10110111 | 110100 | 1000111 | 0 | 1001000 | 111101 | 11100 | 101011111 | 111000 | 101110 |
Color Harmonies of #B73447
Complementary color
Monochromatic Colors of #B73447
Black with #B73447
Text Example
Text Example
White with #B73447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73447; }
p { color: rgb(183,52,71); }
H1.HeaderClassName
{
color: #B73447;
}
.AnyTagClassName
{
color: #B73447;
}
</style>
background-color css
<style>
a { background-color: #B73447; }
a { background-color: rgb(183,52,71); }
div.DivClassName
{
background-color: #B73447;
}
.BgClassName
{
background-color: #B73447;
}
</style>
border-color css
<style>
span { border-color: #B73447; }
span { border-color: rgb(183,52,71); }
td.TdClassName
{
border-color: #B73447;
}
.TagClassName
{
border-color: #B73447;
}
</style>