Shades of Royal Heath #B73975
Tints of Royal Heath #B73975
RGB
CMYK
RGB Variations
Color information
#B73975 (or 0xB73975) is known color: Royal Heath. HEX triplet: B7, 39 and 75. RGB value is (183,57,117). Sum of RGB (Red+Green+Blue) = 183+57+117=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B73975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73975 is #48C68A. Grayscale: #656565. Windows color (decimal): -4769419 or 7682487. OLE color: 7682487.
HSL color Cylindrical-coordinate representation of color #B73975: hue angle of 331.43º 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 #B73975 is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 57 | 117 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.28 |
| HSL | 331.43º | 0.53% | 0.47% | - |
| HSV(B) | 331.43º | 0.69% | 0.72% | - |
| XYZ | 24.2 | 14.28 | 18.31 | - |
| YUV | 101.51 | 136.74 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 57 | 117 | 0 | 0.69 | 0.36 | 0.28 | 331.43 | 0.53 | 0.47 |
| Hex | B7 | 39 | 75 | 0 | 45 | 24 | 1C | 14B | 34 | 2F |
| Octal | 267 | 71 | 165 | 0 | 105 | 44 | 34 | 513 | 64 | 57 |
| Binary | 10110111 | 111001 | 1110101 | 0 | 1000101 | 100100 | 11100 | 101001011 | 110100 | 101111 |
Color Harmonies of #B73975
Complementary color
Monochromatic Colors of #B73975
Black with #B73975
Text Example
Text Example
White with #B73975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73975; }
p { color: rgb(183,57,117); }
H1.HeaderClassName
{
color: #B73975;
}
.AnyTagClassName
{
color: #B73975;
}
</style>
background-color css
<style>
a { background-color: #B73975; }
a { background-color: rgb(183,57,117); }
div.DivClassName
{
background-color: #B73975;
}
.BgClassName
{
background-color: #B73975;
}
</style>
border-color css
<style>
span { border-color: #B73975; }
span { border-color: rgb(183,57,117); }
td.TdClassName
{
border-color: #B73975;
}
.TagClassName
{
border-color: #B73975;
}
</style>