Shades of Royal Heath #C53871
Tints of Royal Heath #C53871
RGB
CMYK
RGB Variations
Color information
#C53871 (or 0xC53871) is known color: Royal Heath. HEX triplet: C5, 38 and 71. RGB value is (197,56,113). Sum of RGB (Red+Green+Blue) = 197+56+113=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C53871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53871 is #3AC78E. Grayscale: #686868. Windows color (decimal): -3852175 or 7420101. OLE color: 7420101.
HSL color Cylindrical-coordinate representation of color #C53871: hue angle of 335.74º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53871 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 113 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.23 |
| HSL | 335.74º | 0.56% | 0.5% | - |
| HSV(B) | 335.74º | 0.72% | 0.77% | - |
| XYZ | 27.42 | 15.89 | 17.24 | - |
| YUV | 104.66 | 132.71 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 113 | 0 | 0.72 | 0.43 | 0.23 | 335.74 | 0.56 | 0.5 |
| Hex | C5 | 38 | 71 | 0 | 48 | 2B | 17 | 150 | 38 | 32 |
| Octal | 305 | 70 | 161 | 0 | 110 | 53 | 27 | 520 | 70 | 62 |
| Binary | 11000101 | 111000 | 1110001 | 0 | 1001000 | 101011 | 10111 | 101010000 | 111000 | 110010 |
Color Harmonies of #C53871
Complementary color
Monochromatic Colors of #C53871
Black with #C53871
Text Example
Text Example
White with #C53871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53871; }
p { color: rgb(197,56,113); }
H1.HeaderClassName
{
color: #C53871;
}
.AnyTagClassName
{
color: #C53871;
}
</style>
background-color css
<style>
a { background-color: #C53871; }
a { background-color: rgb(197,56,113); }
div.DivClassName
{
background-color: #C53871;
}
.BgClassName
{
background-color: #C53871;
}
</style>
border-color css
<style>
span { border-color: #C53871; }
span { border-color: rgb(197,56,113); }
td.TdClassName
{
border-color: #C53871;
}
.TagClassName
{
border-color: #C53871;
}
</style>