Shades of Royal Heath #BD3972
Tints of Royal Heath #BD3972
RGB
CMYK
RGB Variations
Color information
#BD3972 (or 0xBD3972) is known color: Royal Heath. HEX triplet: BD, 39 and 72. RGB value is (189,57,114). Sum of RGB (Red+Green+Blue) = 189+57+114=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3972 is #42C68D. Grayscale: #666666. Windows color (decimal): -4376206 or 7485885. OLE color: 7485885.
HSL color Cylindrical-coordinate representation of color #BD3972: hue angle of 334.09º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD3972 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 57 | 114 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.26 |
| HSL | 334.09º | 0.54% | 0.48% | - |
| HSV(B) | 334.09º | 0.7% | 0.74% | - |
| XYZ | 25.49 | 14.96 | 17.46 | - |
| YUV | 102.97 | 134.23 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 57 | 114 | 0 | 0.70 | 0.40 | 0.26 | 334.09 | 0.54 | 0.48 |
| Hex | BD | 39 | 72 | 0 | 46 | 28 | 1A | 14E | 36 | 30 |
| Octal | 275 | 71 | 162 | 0 | 106 | 50 | 32 | 516 | 66 | 60 |
| Binary | 10111101 | 111001 | 1110010 | 0 | 1000110 | 101000 | 11010 | 101001110 | 110110 | 110000 |
Color Harmonies of #BD3972
Complementary color
Monochromatic Colors of #BD3972
Black with #BD3972
Text Example
Text Example
White with #BD3972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3972; }
p { color: rgb(189,57,114); }
H1.HeaderClassName
{
color: #BD3972;
}
.AnyTagClassName
{
color: #BD3972;
}
</style>
background-color css
<style>
a { background-color: #BD3972; }
a { background-color: rgb(189,57,114); }
div.DivClassName
{
background-color: #BD3972;
}
.BgClassName
{
background-color: #BD3972;
}
</style>
border-color css
<style>
span { border-color: #BD3972; }
span { border-color: rgb(189,57,114); }
td.TdClassName
{
border-color: #BD3972;
}
.TagClassName
{
border-color: #BD3972;
}
</style>