Shades of Royal Heath #B33B73
Tints of Royal Heath #B33B73
RGB
CMYK
RGB Variations
Color information
#B33B73 (or 0xB33B73) is known color: Royal Heath. HEX triplet: B3, 3B and 73. RGB value is (179,59,115). Sum of RGB (Red+Green+Blue) = 179+59+115=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 59 (23.44% from 255 or 16.71% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B33B73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33B73 is #4CC48C. Grayscale: #656565. Windows color (decimal): -5031053 or 7551923. OLE color: 7551923.
HSL color Cylindrical-coordinate representation of color #B33B73: hue angle of 332º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B33B73 is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 59 | 115 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.30 |
| HSL | 332º | 0.5% | 0.47% | - |
| HSV(B) | 332º | 0.67% | 0.7% | - |
| XYZ | 23.25 | 13.95 | 17.69 | - |
| YUV | 101.26 | 135.76 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 59 | 115 | 0 | 0.67 | 0.36 | 0.30 | 332 | 0.5 | 0.47 |
| Hex | B3 | 3B | 73 | 0 | 43 | 24 | 1E | 14C | 32 | 2F |
| Octal | 263 | 73 | 163 | 0 | 103 | 44 | 36 | 514 | 62 | 57 |
| Binary | 10110011 | 111011 | 1110011 | 0 | 1000011 | 100100 | 11110 | 101001100 | 110010 | 101111 |
Color Harmonies of #B33B73
Complementary color
Monochromatic Colors of #B33B73
Black with #B33B73
Text Example
Text Example
White with #B33B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33B73; }
p { color: rgb(179,59,115); }
H1.HeaderClassName
{
color: #B33B73;
}
.AnyTagClassName
{
color: #B33B73;
}
</style>
background-color css
<style>
a { background-color: #B33B73; }
a { background-color: rgb(179,59,115); }
div.DivClassName
{
background-color: #B33B73;
}
.BgClassName
{
background-color: #B33B73;
}
</style>
border-color css
<style>
span { border-color: #B33B73; }
span { border-color: rgb(179,59,115); }
td.TdClassName
{
border-color: #B33B73;
}
.TagClassName
{
border-color: #B33B73;
}
</style>