Shades of Royal Heath #B1537F
Tints of Royal Heath #B1537F
RGB
CMYK
RGB Variations
Color information
#B1537F (or 0xB1537F) is known color: Royal Heath. HEX triplet: B1, 53 and 7F. RGB value is (177,83,127). Sum of RGB (Red+Green+Blue) = 177+83+127=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B1537F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1537F is #4EAC80. Grayscale: #747474. Windows color (decimal): -5155969 or 8344497. OLE color: 8344497.
HSL color Cylindrical-coordinate representation of color #B1537F: hue angle of 331.91º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B1537F is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 83 | 127 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.31 |
| HSL | 331.91º | 0.38% | 0.51% | - |
| HSV(B) | 331.91º | 0.53% | 0.69% | - |
| XYZ | 25.06 | 17.07 | 22.05 | - |
| YUV | 116.12 | 134.14 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 83 | 127 | 0 | 0.53 | 0.28 | 0.31 | 331.91 | 0.38 | 0.51 |
| Hex | B1 | 53 | 7F | 0 | 35 | 1C | 1F | 14C | 26 | 33 |
| Octal | 261 | 123 | 177 | 0 | 65 | 34 | 37 | 514 | 46 | 63 |
| Binary | 10110001 | 1010011 | 1111111 | 0 | 110101 | 11100 | 11111 | 101001100 | 100110 | 110011 |
Color Harmonies of #B1537F
Complementary color
Monochromatic Colors of #B1537F
Black with #B1537F
Text Example
Text Example
White with #B1537F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1537F; }
p { color: rgb(177,83,127); }
H1.HeaderClassName
{
color: #B1537F;
}
.AnyTagClassName
{
color: #B1537F;
}
</style>
background-color css
<style>
a { background-color: #B1537F; }
a { background-color: rgb(177,83,127); }
div.DivClassName
{
background-color: #B1537F;
}
.BgClassName
{
background-color: #B1537F;
}
</style>
border-color css
<style>
span { border-color: #B1537F; }
span { border-color: rgb(177,83,127); }
td.TdClassName
{
border-color: #B1537F;
}
.TagClassName
{
border-color: #B1537F;
}
</style>