Shades of Royal Heath #B53D6F
Tints of Royal Heath #B53D6F
RGB
CMYK
RGB Variations
Color information
#B53D6F (or 0xB53D6F) is known color: Royal Heath. HEX triplet: B5, 3D and 6F. RGB value is (181,61,111). Sum of RGB (Red+Green+Blue) = 181+61+111=353 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.27% from 353); Green value is 61 (24.22% from 255 or 17.28% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53D6F is #4AC290. Grayscale: #666666. Windows color (decimal): -4899473 or 7290293. OLE color: 7290293.
HSL color Cylindrical-coordinate representation of color #B53D6F: hue angle of 335º 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 #B53D6F is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 61 | 111 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.29 |
| HSL | 335º | 0.5% | 0.47% | - |
| HSV(B) | 335º | 0.66% | 0.71% | - |
| XYZ | 23.59 | 14.31 | 16.56 | - |
| YUV | 102.58 | 132.76 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 61 | 111 | 0 | 0.66 | 0.39 | 0.29 | 335 | 0.5 | 0.47 |
| Hex | B5 | 3D | 6F | 0 | 42 | 27 | 1D | 14F | 32 | 2F |
| Octal | 265 | 75 | 157 | 0 | 102 | 47 | 35 | 517 | 62 | 57 |
| Binary | 10110101 | 111101 | 1101111 | 0 | 1000010 | 100111 | 11101 | 101001111 | 110010 | 101111 |
Color Harmonies of #B53D6F
Complementary color
Monochromatic Colors of #B53D6F
Black with #B53D6F
Text Example
Text Example
White with #B53D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53D6F; }
p { color: rgb(181,61,111); }
H1.HeaderClassName
{
color: #B53D6F;
}
.AnyTagClassName
{
color: #B53D6F;
}
</style>
background-color css
<style>
a { background-color: #B53D6F; }
a { background-color: rgb(181,61,111); }
div.DivClassName
{
background-color: #B53D6F;
}
.BgClassName
{
background-color: #B53D6F;
}
</style>
border-color css
<style>
span { border-color: #B53D6F; }
span { border-color: rgb(181,61,111); }
td.TdClassName
{
border-color: #B53D6F;
}
.TagClassName
{
border-color: #B53D6F;
}
</style>