Shades of Royal Heath #B53973
Tints of Royal Heath #B53973
RGB
CMYK
RGB Variations
Color information
#B53973 (or 0xB53973) is known color: Royal Heath. HEX triplet: B5, 39 and 73. RGB value is (181,57,115). Sum of RGB (Red+Green+Blue) = 181+57+115=353 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.27% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 181 - color contains mainly: red. Hex color #B53973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53973 is #4AC68C. Grayscale: #646464. Windows color (decimal): -4900493 or 7551413. OLE color: 7551413.
HSL color Cylindrical-coordinate representation of color #B53973: hue angle of 331.94º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B53973 is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 57 | 115 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.29 |
| HSL | 331.94º | 0.52% | 0.47% | - |
| HSV(B) | 331.94º | 0.69% | 0.71% | - |
| XYZ | 23.61 | 13.99 | 17.68 | - |
| YUV | 100.69 | 136.08 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 57 | 115 | 0 | 0.69 | 0.36 | 0.29 | 331.94 | 0.52 | 0.47 |
| Hex | B5 | 39 | 73 | 0 | 45 | 24 | 1D | 14C | 34 | 2F |
| Octal | 265 | 71 | 163 | 0 | 105 | 44 | 35 | 514 | 64 | 57 |
| Binary | 10110101 | 111001 | 1110011 | 0 | 1000101 | 100100 | 11101 | 101001100 | 110100 | 101111 |
Color Harmonies of #B53973
Complementary color
Monochromatic Colors of #B53973
Black with #B53973
Text Example
Text Example
White with #B53973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53973; }
p { color: rgb(181,57,115); }
H1.HeaderClassName
{
color: #B53973;
}
.AnyTagClassName
{
color: #B53973;
}
</style>
background-color css
<style>
a { background-color: #B53973; }
a { background-color: rgb(181,57,115); }
div.DivClassName
{
background-color: #B53973;
}
.BgClassName
{
background-color: #B53973;
}
</style>
border-color css
<style>
span { border-color: #B53973; }
span { border-color: rgb(181,57,115); }
td.TdClassName
{
border-color: #B53973;
}
.TagClassName
{
border-color: #B53973;
}
</style>