Shades of Royal Heath #B73973
Tints of Royal Heath #B73973
RGB
CMYK
RGB Variations
Color information
#B73973 (or 0xB73973) is known color: Royal Heath. HEX triplet: B7, 39 and 73. RGB value is (183,57,115). Sum of RGB (Red+Green+Blue) = 183+57+115=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B73973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73973 is #48C68C. Grayscale: #656565. Windows color (decimal): -4769421 or 7551415. OLE color: 7551415.
HSL color Cylindrical-coordinate representation of color #B73973: hue angle of 332.38º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B73973 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 57 | 115 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.28 |
| HSL | 332.38º | 0.53% | 0.47% | - |
| HSV(B) | 332.38º | 0.69% | 0.72% | - |
| XYZ | 24.09 | 14.23 | 17.7 | - |
| YUV | 101.29 | 135.74 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 57 | 115 | 0 | 0.69 | 0.37 | 0.28 | 332.38 | 0.53 | 0.47 |
| Hex | B7 | 39 | 73 | 0 | 45 | 25 | 1C | 14C | 34 | 2F |
| Octal | 267 | 71 | 163 | 0 | 105 | 45 | 34 | 514 | 64 | 57 |
| Binary | 10110111 | 111001 | 1110011 | 0 | 1000101 | 100101 | 11100 | 101001100 | 110100 | 101111 |
Color Harmonies of #B73973
Complementary color
Monochromatic Colors of #B73973
Black with #B73973
Text Example
Text Example
White with #B73973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73973; }
p { color: rgb(183,57,115); }
H1.HeaderClassName
{
color: #B73973;
}
.AnyTagClassName
{
color: #B73973;
}
</style>
background-color css
<style>
a { background-color: #B73973; }
a { background-color: rgb(183,57,115); }
div.DivClassName
{
background-color: #B73973;
}
.BgClassName
{
background-color: #B73973;
}
</style>
border-color css
<style>
span { border-color: #B73973; }
span { border-color: rgb(183,57,115); }
td.TdClassName
{
border-color: #B73973;
}
.TagClassName
{
border-color: #B73973;
}
</style>