Shades of Royal Heath #B54375
Tints of Royal Heath #B54375
RGB
CMYK
RGB Variations
Color information
#B54375 (or 0xB54375) is known color: Royal Heath. HEX triplet: B5, 43 and 75. RGB value is (181,67,117). Sum of RGB (Red+Green+Blue) = 181+67+117=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B54375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54375 is #4ABC8A. Grayscale: #6A6A6A. Windows color (decimal): -4897931 or 7685045. OLE color: 7685045.
HSL color Cylindrical-coordinate representation of color #B54375: hue angle of 333.68º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B54375 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 67 | 117 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.29 |
| HSL | 333.68º | 0.46% | 0.49% | - |
| HSV(B) | 333.68º | 0.63% | 0.71% | - |
| XYZ | 24.27 | 15.12 | 18.47 | - |
| YUV | 106.79 | 133.77 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 117 | 0 | 0.63 | 0.35 | 0.29 | 333.68 | 0.46 | 0.49 |
| Hex | B5 | 43 | 75 | 0 | 3F | 23 | 1D | 14E | 2E | 31 |
| Octal | 265 | 103 | 165 | 0 | 77 | 43 | 35 | 516 | 56 | 61 |
| Binary | 10110101 | 1000011 | 1110101 | 0 | 111111 | 100011 | 11101 | 101001110 | 101110 | 110001 |
Color Harmonies of #B54375
Complementary color
Monochromatic Colors of #B54375
Black with #B54375
Text Example
Text Example
White with #B54375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54375; }
p { color: rgb(181,67,117); }
H1.HeaderClassName
{
color: #B54375;
}
.AnyTagClassName
{
color: #B54375;
}
</style>
background-color css
<style>
a { background-color: #B54375; }
a { background-color: rgb(181,67,117); }
div.DivClassName
{
background-color: #B54375;
}
.BgClassName
{
background-color: #B54375;
}
</style>
border-color css
<style>
span { border-color: #B54375; }
span { border-color: rgb(181,67,117); }
td.TdClassName
{
border-color: #B54375;
}
.TagClassName
{
border-color: #B54375;
}
</style>