Shades of Royal Heath #B53D71
Tints of Royal Heath #B53D71
RGB
CMYK
RGB Variations
Color information
#B53D71 (or 0xB53D71) is known color: Royal Heath. HEX triplet: B5, 3D and 71. RGB value is (181,61,113). Sum of RGB (Red+Green+Blue) = 181+61+113=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53D71 is #4AC28E. Grayscale: #666666. Windows color (decimal): -4899471 or 7421365. OLE color: 7421365.
HSL color Cylindrical-coordinate representation of color #B53D71: hue angle of 334º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B53D71 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 61 | 113 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.29 |
| HSL | 334º | 0.5% | 0.47% | - |
| HSV(B) | 334º | 0.66% | 0.71% | - |
| XYZ | 23.71 | 14.35 | 17.14 | - |
| YUV | 102.81 | 133.76 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 61 | 113 | 0 | 0.66 | 0.38 | 0.29 | 334 | 0.5 | 0.47 |
| Hex | B5 | 3D | 71 | 0 | 42 | 26 | 1D | 14E | 32 | 2F |
| Octal | 265 | 75 | 161 | 0 | 102 | 46 | 35 | 516 | 62 | 57 |
| Binary | 10110101 | 111101 | 1110001 | 0 | 1000010 | 100110 | 11101 | 101001110 | 110010 | 101111 |
Color Harmonies of #B53D71
Complementary color
Monochromatic Colors of #B53D71
Black with #B53D71
Text Example
Text Example
White with #B53D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53D71; }
p { color: rgb(181,61,113); }
H1.HeaderClassName
{
color: #B53D71;
}
.AnyTagClassName
{
color: #B53D71;
}
</style>
background-color css
<style>
a { background-color: #B53D71; }
a { background-color: rgb(181,61,113); }
div.DivClassName
{
background-color: #B53D71;
}
.BgClassName
{
background-color: #B53D71;
}
</style>
border-color css
<style>
span { border-color: #B53D71; }
span { border-color: rgb(181,61,113); }
td.TdClassName
{
border-color: #B53D71;
}
.TagClassName
{
border-color: #B53D71;
}
</style>