Shades of Royal Heath #B73F72
Tints of Royal Heath #B73F72
RGB
CMYK
RGB Variations
Color information
#B73F72 (or 0xB73F72) is known color: Royal Heath. HEX triplet: B7, 3F and 72. RGB value is (183,63,114). Sum of RGB (Red+Green+Blue) = 183+63+114=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73F72 is #48C08D. Grayscale: #686868. Windows color (decimal): -4767886 or 7487415. OLE color: 7487415.
HSL color Cylindrical-coordinate representation of color #B73F72: hue angle of 334.5º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B73F72 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 63 | 114 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.28 |
| HSL | 334.5º | 0.49% | 0.48% | - |
| HSV(B) | 334.5º | 0.66% | 0.72% | - |
| XYZ | 24.34 | 14.84 | 17.5 | - |
| YUV | 104.69 | 133.26 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 63 | 114 | 0 | 0.66 | 0.38 | 0.28 | 334.5 | 0.49 | 0.48 |
| Hex | B7 | 3F | 72 | 0 | 42 | 26 | 1C | 14E | 31 | 30 |
| Octal | 267 | 77 | 162 | 0 | 102 | 46 | 34 | 516 | 61 | 60 |
| Binary | 10110111 | 111111 | 1110010 | 0 | 1000010 | 100110 | 11100 | 101001110 | 110001 | 110000 |
Color Harmonies of #B73F72
Complementary color
Monochromatic Colors of #B73F72
Black with #B73F72
Text Example
Text Example
White with #B73F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73F72; }
p { color: rgb(183,63,114); }
H1.HeaderClassName
{
color: #B73F72;
}
.AnyTagClassName
{
color: #B73F72;
}
</style>
background-color css
<style>
a { background-color: #B73F72; }
a { background-color: rgb(183,63,114); }
div.DivClassName
{
background-color: #B73F72;
}
.BgClassName
{
background-color: #B73F72;
}
</style>
border-color css
<style>
span { border-color: #B73F72; }
span { border-color: rgb(183,63,114); }
td.TdClassName
{
border-color: #B73F72;
}
.TagClassName
{
border-color: #B73F72;
}
</style>