Shades of Bossanova #50374F
Tints of Bossanova #50374F
RGB
CMYK
RGB Variations
Color information
#50374F (or 0x50374F) is known color: Bossanova. HEX triplet: 50, 37 and 4F. RGB value is (80,55,79). Sum of RGB (Red+Green+Blue) = 80+55+79=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 80 - color contains mainly: red. Hex color #50374F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50374F is #AFC8B0. Grayscale: #414141. Windows color (decimal): -11520177 or 5191504. OLE color: 5191504.
HSL color Cylindrical-coordinate representation of color #50374F: hue angle of 302.4º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #50374F is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 55 | 79 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.69 |
| HSL | 302.4º | 0.19% | 0.26% | - |
| HSV(B) | 302.4º | 0.31% | 0.31% | - |
| XYZ | 6.09 | 5 | 8.04 | - |
| YUV | 65.21 | 135.78 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 55 | 79 | 0 | 0.31 | 0.01 | 0.69 | 302.4 | 0.19 | 0.26 |
| Hex | 50 | 37 | 4F | 0 | 1F | 1 | 45 | 12E | 13 | 1A |
| Octal | 120 | 67 | 117 | 0 | 37 | 1 | 105 | 456 | 23 | 32 |
| Binary | 1010000 | 110111 | 1001111 | 0 | 11111 | 1 | 1000101 | 100101110 | 10011 | 11010 |
Color Harmonies of #50374F
Complementary color
Monochromatic Colors of #50374F
Black with #50374F
Text Example
Text Example
White with #50374F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50374F; }
p { color: rgb(80,55,79); }
H1.HeaderClassName
{
color: #50374F;
}
.AnyTagClassName
{
color: #50374F;
}
</style>
background-color css
<style>
a { background-color: #50374F; }
a { background-color: rgb(80,55,79); }
div.DivClassName
{
background-color: #50374F;
}
.BgClassName
{
background-color: #50374F;
}
</style>
border-color css
<style>
span { border-color: #50374F; }
span { border-color: rgb(80,55,79); }
td.TdClassName
{
border-color: #50374F;
}
.TagClassName
{
border-color: #50374F;
}
</style>