Shades of Bossanova #503750
Tints of Bossanova #503750
RGB
CMYK
RGB Variations
Color information
#503750 (or 0x503750) is known color: Bossanova. HEX triplet: 50, 37 and 50. RGB value is (80,55,80). Sum of RGB (Red+Green+Blue) = 80+55+80=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #503750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503750 is #AFC8AF. Grayscale: #414141. Windows color (decimal): -11520176 or 5257040. OLE color: 5257040.
HSL color Cylindrical-coordinate representation of color #503750: hue angle of 300º 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 #503750 is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 55 | 80 | - |
| CMYK | 0 | 0.31 | 0 | 0.69 |
| HSL | 300º | 0.19% | 0.26% | - |
| HSV(B) | 300º | 0.31% | 0.31% | - |
| XYZ | 6.12 | 5.02 | 8.24 | - |
| YUV | 65.33 | 136.28 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 55 | 80 | 0 | 0.31 | 0 | 0.69 | 300 | 0.19 | 0.26 |
| Hex | 50 | 37 | 50 | 0 | 1F | 0 | 45 | 12C | 13 | 1A |
| Octal | 120 | 67 | 120 | 0 | 37 | 0 | 105 | 454 | 23 | 32 |
| Binary | 1010000 | 110111 | 1010000 | 0 | 11111 | 0 | 1000101 | 100101100 | 10011 | 11010 |
Color Harmonies of #503750
Complementary color
Monochromatic Colors of #503750
Black with #503750
Text Example
Text Example
White with #503750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503750; }
p { color: rgb(80,55,80); }
H1.HeaderClassName
{
color: #503750;
}
.AnyTagClassName
{
color: #503750;
}
</style>
background-color css
<style>
a { background-color: #503750; }
a { background-color: rgb(80,55,80); }
div.DivClassName
{
background-color: #503750;
}
.BgClassName
{
background-color: #503750;
}
</style>
border-color css
<style>
span { border-color: #503750; }
span { border-color: rgb(80,55,80); }
td.TdClassName
{
border-color: #503750;
}
.TagClassName
{
border-color: #503750;
}
</style>