Shades of Old Rose #B72359
Tints of Old Rose #B72359
RGB
CMYK
RGB Variations
Color information
#B72359 (or 0xB72359) is known color: Old Rose. HEX triplet: B7, 23 and 59. RGB value is (183,35,89). Sum of RGB (Red+Green+Blue) = 183+35+89=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 89 (35.16% from 255 or 28.99% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B72359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72359 is #48DCA6. Grayscale: #555555. Windows color (decimal): -4775079 or 5841847. OLE color: 5841847.
HSL color Cylindrical-coordinate representation of color #B72359: hue angle of 338.11º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B72359 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 35 | 89 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.28 |
| HSL | 338.11º | 0.68% | 0.43% | - |
| HSV(B) | 338.11º | 0.81% | 0.72% | - |
| XYZ | 21.93 | 11.99 | 10.61 | - |
| YUV | 85.41 | 130.03 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 35 | 89 | 0 | 0.81 | 0.51 | 0.28 | 338.11 | 0.68 | 0.43 |
| Hex | B7 | 23 | 59 | 0 | 51 | 33 | 1C | 152 | 44 | 2B |
| Octal | 267 | 43 | 131 | 0 | 121 | 63 | 34 | 522 | 104 | 53 |
| Binary | 10110111 | 100011 | 1011001 | 0 | 1010001 | 110011 | 11100 | 101010010 | 1000100 | 101011 |
Color Harmonies of #B72359
Complementary color
Monochromatic Colors of #B72359
Black with #B72359
Text Example
Text Example
White with #B72359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72359; }
p { color: rgb(183,35,89); }
H1.HeaderClassName
{
color: #B72359;
}
.AnyTagClassName
{
color: #B72359;
}
</style>
background-color css
<style>
a { background-color: #B72359; }
a { background-color: rgb(183,35,89); }
div.DivClassName
{
background-color: #B72359;
}
.BgClassName
{
background-color: #B72359;
}
</style>
border-color css
<style>
span { border-color: #B72359; }
span { border-color: rgb(183,35,89); }
td.TdClassName
{
border-color: #B72359;
}
.TagClassName
{
border-color: #B72359;
}
</style>