Shades of Royal Heath #B75273
Tints of Royal Heath #B75273
RGB
CMYK
RGB Variations
Color information
#B75273 (or 0xB75273) is known color: Royal Heath. HEX triplet: B7, 52 and 73. RGB value is (183,82,115). Sum of RGB (Red+Green+Blue) = 183+82+115=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B75273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75273 is #48AD8C. Grayscale: #737373. Windows color (decimal): -4763021 or 7557815. OLE color: 7557815.
HSL color Cylindrical-coordinate representation of color #B75273: hue angle of 340.4º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B75273 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 82 | 115 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.28 |
| HSL | 340.4º | 0.41% | 0.52% | - |
| HSV(B) | 340.4º | 0.55% | 0.72% | - |
| XYZ | 25.64 | 17.34 | 18.22 | - |
| YUV | 115.96 | 127.46 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 82 | 115 | 0 | 0.55 | 0.37 | 0.28 | 340.4 | 0.41 | 0.52 |
| Hex | B7 | 52 | 73 | 0 | 37 | 25 | 1C | 154 | 29 | 34 |
| Octal | 267 | 122 | 163 | 0 | 67 | 45 | 34 | 524 | 51 | 64 |
| Binary | 10110111 | 1010010 | 1110011 | 0 | 110111 | 100101 | 11100 | 101010100 | 101001 | 110100 |
Color Harmonies of #B75273
Complementary color
Monochromatic Colors of #B75273
Black with #B75273
Text Example
Text Example
White with #B75273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75273; }
p { color: rgb(183,82,115); }
H1.HeaderClassName
{
color: #B75273;
}
.AnyTagClassName
{
color: #B75273;
}
</style>
background-color css
<style>
a { background-color: #B75273; }
a { background-color: rgb(183,82,115); }
div.DivClassName
{
background-color: #B75273;
}
.BgClassName
{
background-color: #B75273;
}
</style>
border-color css
<style>
span { border-color: #B75273; }
span { border-color: rgb(183,82,115); }
td.TdClassName
{
border-color: #B75273;
}
.TagClassName
{
border-color: #B75273;
}
</style>