Shades of Royal Heath #B34375
Tints of Royal Heath #B34375
RGB
CMYK
RGB Variations
Color information
#B34375 (or 0xB34375) is known color: Royal Heath. HEX triplet: B3, 43 and 75. RGB value is (179,67,117). Sum of RGB (Red+Green+Blue) = 179+67+117=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B34375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34375 is #4CBC8A. Grayscale: #6A6A6A. Windows color (decimal): -5029003 or 7685043. OLE color: 7685043.
HSL color Cylindrical-coordinate representation of color #B34375: hue angle of 333.21º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B34375 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 67 | 117 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.30 |
| HSL | 333.21º | 0.46% | 0.48% | - |
| HSV(B) | 333.21º | 0.63% | 0.7% | - |
| XYZ | 23.81 | 14.88 | 18.45 | - |
| YUV | 106.19 | 134.11 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 67 | 117 | 0 | 0.63 | 0.35 | 0.30 | 333.21 | 0.46 | 0.48 |
| Hex | B3 | 43 | 75 | 0 | 3F | 23 | 1E | 14D | 2E | 30 |
| Octal | 263 | 103 | 165 | 0 | 77 | 43 | 36 | 515 | 56 | 60 |
| Binary | 10110011 | 1000011 | 1110101 | 0 | 111111 | 100011 | 11110 | 101001101 | 101110 | 110000 |
Color Harmonies of #B34375
Complementary color
Monochromatic Colors of #B34375
Black with #B34375
Text Example
Text Example
White with #B34375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34375; }
p { color: rgb(179,67,117); }
H1.HeaderClassName
{
color: #B34375;
}
.AnyTagClassName
{
color: #B34375;
}
</style>
background-color css
<style>
a { background-color: #B34375; }
a { background-color: rgb(179,67,117); }
div.DivClassName
{
background-color: #B34375;
}
.BgClassName
{
background-color: #B34375;
}
</style>
border-color css
<style>
span { border-color: #B34375; }
span { border-color: rgb(179,67,117); }
td.TdClassName
{
border-color: #B34375;
}
.TagClassName
{
border-color: #B34375;
}
</style>