Shades of Royal Heath #B53A70
Tints of Royal Heath #B53A70
RGB
CMYK
RGB Variations
Color information
#B53A70 (or 0xB53A70) is known color: Royal Heath. HEX triplet: B5, 3A and 70. RGB value is (181,58,112). Sum of RGB (Red+Green+Blue) = 181+58+112=351 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.57% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53A70 is #4AC58F. Grayscale: #646464. Windows color (decimal): -4900240 or 7355061. OLE color: 7355061.
HSL color Cylindrical-coordinate representation of color #B53A70: hue angle of 333.66º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B53A70 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 58 | 112 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.29 |
| HSL | 333.66º | 0.51% | 0.47% | - |
| HSV(B) | 333.66º | 0.68% | 0.71% | - |
| XYZ | 23.49 | 14.02 | 16.8 | - |
| YUV | 100.93 | 134.25 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 58 | 112 | 0 | 0.68 | 0.38 | 0.29 | 333.66 | 0.51 | 0.47 |
| Hex | B5 | 3A | 70 | 0 | 44 | 26 | 1D | 14E | 33 | 2F |
| Octal | 265 | 72 | 160 | 0 | 104 | 46 | 35 | 516 | 63 | 57 |
| Binary | 10110101 | 111010 | 1110000 | 0 | 1000100 | 100110 | 11101 | 101001110 | 110011 | 101111 |
Color Harmonies of #B53A70
Complementary color
Monochromatic Colors of #B53A70
Black with #B53A70
Text Example
Text Example
White with #B53A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53A70; }
p { color: rgb(181,58,112); }
H1.HeaderClassName
{
color: #B53A70;
}
.AnyTagClassName
{
color: #B53A70;
}
</style>
background-color css
<style>
a { background-color: #B53A70; }
a { background-color: rgb(181,58,112); }
div.DivClassName
{
background-color: #B53A70;
}
.BgClassName
{
background-color: #B53A70;
}
</style>
border-color css
<style>
span { border-color: #B53A70; }
span { border-color: rgb(181,58,112); }
td.TdClassName
{
border-color: #B53A70;
}
.TagClassName
{
border-color: #B53A70;
}
</style>