Shades of Royal Heath #B53D70
Tints of Royal Heath #B53D70
RGB
CMYK
RGB Variations
Color information
#B53D70 (or 0xB53D70) is known color: Royal Heath. HEX triplet: B5, 3D and 70. RGB value is (181,61,112). Sum of RGB (Red+Green+Blue) = 181+61+112=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 61 (24.22% from 255 or 17.23% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53D70 is #4AC28F. Grayscale: #666666. Windows color (decimal): -4899472 or 7355829. OLE color: 7355829.
HSL color Cylindrical-coordinate representation of color #B53D70: hue angle of 334.5º 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 #B53D70 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 61 | 112 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.29 |
| HSL | 334.5º | 0.5% | 0.47% | - |
| HSV(B) | 334.5º | 0.66% | 0.71% | - |
| XYZ | 23.65 | 14.33 | 16.85 | - |
| YUV | 102.69 | 133.26 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 61 | 112 | 0 | 0.66 | 0.38 | 0.29 | 334.5 | 0.5 | 0.47 |
| Hex | B5 | 3D | 70 | 0 | 42 | 26 | 1D | 14E | 32 | 2F |
| Octal | 265 | 75 | 160 | 0 | 102 | 46 | 35 | 516 | 62 | 57 |
| Binary | 10110101 | 111101 | 1110000 | 0 | 1000010 | 100110 | 11101 | 101001110 | 110010 | 101111 |
Color Harmonies of #B53D70
Complementary color
Monochromatic Colors of #B53D70
Black with #B53D70
Text Example
Text Example
White with #B53D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53D70; }
p { color: rgb(181,61,112); }
H1.HeaderClassName
{
color: #B53D70;
}
.AnyTagClassName
{
color: #B53D70;
}
</style>
background-color css
<style>
a { background-color: #B53D70; }
a { background-color: rgb(181,61,112); }
div.DivClassName
{
background-color: #B53D70;
}
.BgClassName
{
background-color: #B53D70;
}
</style>
border-color css
<style>
span { border-color: #B53D70; }
span { border-color: rgb(181,61,112); }
td.TdClassName
{
border-color: #B53D70;
}
.TagClassName
{
border-color: #B53D70;
}
</style>