Shades of Royal Heath #B35379
Tints of Royal Heath #B35379
RGB
CMYK
RGB Variations
Color information
#B35379 (or 0xB35379) is known color: Royal Heath. HEX triplet: B3, 53 and 79. RGB value is (179,83,121). Sum of RGB (Red+Green+Blue) = 179+83+121=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 179 - color contains mainly: red. Hex color #B35379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35379 is #4CAC86. Grayscale: #737373. Windows color (decimal): -5024903 or 7951283. OLE color: 7951283.
HSL color Cylindrical-coordinate representation of color #B35379: hue angle of 336.25º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B35379 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 83 | 121 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.30 |
| HSL | 336.25º | 0.39% | 0.51% | - |
| HSV(B) | 336.25º | 0.54% | 0.7% | - |
| XYZ | 25.13 | 17.15 | 20.07 | - |
| YUV | 116.04 | 130.8 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 83 | 121 | 0 | 0.54 | 0.32 | 0.30 | 336.25 | 0.39 | 0.51 |
| Hex | B3 | 53 | 79 | 0 | 36 | 20 | 1E | 150 | 27 | 33 |
| Octal | 263 | 123 | 171 | 0 | 66 | 40 | 36 | 520 | 47 | 63 |
| Binary | 10110011 | 1010011 | 1111001 | 0 | 110110 | 100000 | 11110 | 101010000 | 100111 | 110011 |
Color Harmonies of #B35379
Complementary color
Monochromatic Colors of #B35379
Black with #B35379
Text Example
Text Example
White with #B35379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35379; }
p { color: rgb(179,83,121); }
H1.HeaderClassName
{
color: #B35379;
}
.AnyTagClassName
{
color: #B35379;
}
</style>
background-color css
<style>
a { background-color: #B35379; }
a { background-color: rgb(179,83,121); }
div.DivClassName
{
background-color: #B35379;
}
.BgClassName
{
background-color: #B35379;
}
</style>
border-color css
<style>
span { border-color: #B35379; }
span { border-color: rgb(179,83,121); }
td.TdClassName
{
border-color: #B35379;
}
.TagClassName
{
border-color: #B35379;
}
</style>