Shades of Royal Heath #B13F73
Tints of Royal Heath #B13F73
RGB
CMYK
RGB Variations
Color information
#B13F73 (or 0xB13F73) is known color: Royal Heath. HEX triplet: B1, 3F and 73. RGB value is (177,63,115). Sum of RGB (Red+Green+Blue) = 177+63+115=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 63 (25% from 255 or 17.75% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13F73 is #4EC08C. Grayscale: #666666. Windows color (decimal): -5161101 or 7552945. OLE color: 7552945.
HSL color Cylindrical-coordinate representation of color #B13F73: hue angle of 332.63º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B13F73 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 63 | 115 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.31 |
| HSL | 332.63º | 0.48% | 0.47% | - |
| HSV(B) | 332.63º | 0.64% | 0.69% | - |
| XYZ | 23 | 14.14 | 17.74 | - |
| YUV | 103.01 | 134.77 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 63 | 115 | 0 | 0.64 | 0.35 | 0.31 | 332.63 | 0.48 | 0.47 |
| Hex | B1 | 3F | 73 | 0 | 40 | 23 | 1F | 14D | 30 | 2F |
| Octal | 261 | 77 | 163 | 0 | 100 | 43 | 37 | 515 | 60 | 57 |
| Binary | 10110001 | 111111 | 1110011 | 0 | 1000000 | 100011 | 11111 | 101001101 | 110000 | 101111 |
Color Harmonies of #B13F73
Complementary color
Monochromatic Colors of #B13F73
Black with #B13F73
Text Example
Text Example
White with #B13F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13F73; }
p { color: rgb(177,63,115); }
H1.HeaderClassName
{
color: #B13F73;
}
.AnyTagClassName
{
color: #B13F73;
}
</style>
background-color css
<style>
a { background-color: #B13F73; }
a { background-color: rgb(177,63,115); }
div.DivClassName
{
background-color: #B13F73;
}
.BgClassName
{
background-color: #B13F73;
}
</style>
border-color css
<style>
span { border-color: #B13F73; }
span { border-color: rgb(177,63,115); }
td.TdClassName
{
border-color: #B13F73;
}
.TagClassName
{
border-color: #B13F73;
}
</style>