Shades of Royal Heath #B55375
Tints of Royal Heath #B55375
RGB
CMYK
RGB Variations
Color information
#B55375 (or 0xB55375) is known color: Royal Heath. HEX triplet: B5, 53 and 75. RGB value is (181,83,117). Sum of RGB (Red+Green+Blue) = 181+83+117=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B55375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55375 is #4AAC8A. Grayscale: #747474. Windows color (decimal): -4893835 or 7689141. OLE color: 7689141.
HSL color Cylindrical-coordinate representation of color #B55375: hue angle of 339.18º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B55375 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 83 | 117 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.29 |
| HSL | 339.18º | 0.4% | 0.52% | - |
| HSV(B) | 339.18º | 0.54% | 0.71% | - |
| XYZ | 25.36 | 17.29 | 18.83 | - |
| YUV | 116.18 | 128.47 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 83 | 117 | 0 | 0.54 | 0.35 | 0.29 | 339.18 | 0.4 | 0.52 |
| Hex | B5 | 53 | 75 | 0 | 36 | 23 | 1D | 153 | 28 | 34 |
| Octal | 265 | 123 | 165 | 0 | 66 | 43 | 35 | 523 | 50 | 64 |
| Binary | 10110101 | 1010011 | 1110101 | 0 | 110110 | 100011 | 11101 | 101010011 | 101000 | 110100 |
Color Harmonies of #B55375
Complementary color
Monochromatic Colors of #B55375
Black with #B55375
Text Example
Text Example
White with #B55375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55375; }
p { color: rgb(181,83,117); }
H1.HeaderClassName
{
color: #B55375;
}
.AnyTagClassName
{
color: #B55375;
}
</style>
background-color css
<style>
a { background-color: #B55375; }
a { background-color: rgb(181,83,117); }
div.DivClassName
{
background-color: #B55375;
}
.BgClassName
{
background-color: #B55375;
}
</style>
border-color css
<style>
span { border-color: #B55375; }
span { border-color: rgb(181,83,117); }
td.TdClassName
{
border-color: #B55375;
}
.TagClassName
{
border-color: #B55375;
}
</style>