Shades of Royal Heath #B53F75
Tints of Royal Heath #B53F75
RGB
CMYK
RGB Variations
Color information
#B53F75 (or 0xB53F75) is known color: Royal Heath. HEX triplet: B5, 3F and 75. RGB value is (181,63,117). Sum of RGB (Red+Green+Blue) = 181+63+117=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B53F75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53F75 is #4AC08A. Grayscale: #686868. Windows color (decimal): -4898955 or 7684021. OLE color: 7684021.
HSL color Cylindrical-coordinate representation of color #B53F75: hue angle of 332.54º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B53F75 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 63 | 117 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.29 |
| HSL | 332.54º | 0.48% | 0.48% | - |
| HSV(B) | 332.54º | 0.65% | 0.71% | - |
| XYZ | 24.04 | 14.66 | 18.39 | - |
| YUV | 104.44 | 135.09 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 63 | 117 | 0 | 0.65 | 0.35 | 0.29 | 332.54 | 0.48 | 0.48 |
| Hex | B5 | 3F | 75 | 0 | 41 | 23 | 1D | 14D | 30 | 30 |
| Octal | 265 | 77 | 165 | 0 | 101 | 43 | 35 | 515 | 60 | 60 |
| Binary | 10110101 | 111111 | 1110101 | 0 | 1000001 | 100011 | 11101 | 101001101 | 110000 | 110000 |
Color Harmonies of #B53F75
Complementary color
Monochromatic Colors of #B53F75
Black with #B53F75
Text Example
Text Example
White with #B53F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53F75; }
p { color: rgb(181,63,117); }
H1.HeaderClassName
{
color: #B53F75;
}
.AnyTagClassName
{
color: #B53F75;
}
</style>
background-color css
<style>
a { background-color: #B53F75; }
a { background-color: rgb(181,63,117); }
div.DivClassName
{
background-color: #B53F75;
}
.BgClassName
{
background-color: #B53F75;
}
</style>
border-color css
<style>
span { border-color: #B53F75; }
span { border-color: rgb(181,63,117); }
td.TdClassName
{
border-color: #B53F75;
}
.TagClassName
{
border-color: #B53F75;
}
</style>