Shades of Royal Heath #B43D73
Tints of Royal Heath #B43D73
RGB
CMYK
RGB Variations
Color information
#B43D73 (or 0xB43D73) is known color: Royal Heath. HEX triplet: B4, 3D and 73. RGB value is (180,61,115). Sum of RGB (Red+Green+Blue) = 180+61+115=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B43D73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43D73 is #4BC28C. Grayscale: #666666. Windows color (decimal): -4965005 or 7552436. OLE color: 7552436.
HSL color Cylindrical-coordinate representation of color #B43D73: hue angle of 332.77º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B43D73 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 61 | 115 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.29 |
| HSL | 332.77º | 0.49% | 0.47% | - |
| HSV(B) | 332.77º | 0.66% | 0.71% | - |
| XYZ | 23.59 | 14.28 | 17.73 | - |
| YUV | 102.74 | 134.92 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 61 | 115 | 0 | 0.66 | 0.36 | 0.29 | 332.77 | 0.49 | 0.47 |
| Hex | B4 | 3D | 73 | 0 | 42 | 24 | 1D | 14D | 31 | 2F |
| Octal | 264 | 75 | 163 | 0 | 102 | 44 | 35 | 515 | 61 | 57 |
| Binary | 10110100 | 111101 | 1110011 | 0 | 1000010 | 100100 | 11101 | 101001101 | 110001 | 101111 |
Color Harmonies of #B43D73
Complementary color
Monochromatic Colors of #B43D73
Black with #B43D73
Text Example
Text Example
White with #B43D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43D73; }
p { color: rgb(180,61,115); }
H1.HeaderClassName
{
color: #B43D73;
}
.AnyTagClassName
{
color: #B43D73;
}
</style>
background-color css
<style>
a { background-color: #B43D73; }
a { background-color: rgb(180,61,115); }
div.DivClassName
{
background-color: #B43D73;
}
.BgClassName
{
background-color: #B43D73;
}
</style>
border-color css
<style>
span { border-color: #B43D73; }
span { border-color: rgb(180,61,115); }
td.TdClassName
{
border-color: #B43D73;
}
.TagClassName
{
border-color: #B43D73;
}
</style>