Shades of Bossanova #4D3952
Tints of Bossanova #4D3952
RGB
CMYK
RGB Variations
Color information
#4D3952 (or 0x4D3952) is known color: Bossanova. HEX triplet: 4D, 39 and 52. RGB value is (77,57,82). Sum of RGB (Red+Green+Blue) = 77+57+82=216 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.65% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 82 (32.42% from 255 or 37.96% from 216); Max value from RGB is 82 - color contains mainly: blue. Hex color #4D3952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3952 is #B2C6AD. Grayscale: #414141. Windows color (decimal): -11716270 or 5388621. OLE color: 5388621.
HSL color Cylindrical-coordinate representation of color #4D3952: hue angle of 288º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4D3952 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 77 | 57 | 82 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.68 |
| HSL | 288º | 0.18% | 0.27% | - |
| HSV(B) | 288º | 0.3% | 0.32% | - |
| XYZ | 6.05 | 5.11 | 8.65 | - |
| YUV | 65.83 | 137.13 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 57 | 82 | 0.06 | 0.30 | 0 | 0.68 | 288 | 0.18 | 0.27 |
| Hex | 4D | 39 | 52 | 6 | 1E | 0 | 44 | 120 | 12 | 1B |
| Octal | 115 | 71 | 122 | 6 | 36 | 0 | 104 | 440 | 22 | 33 |
| Binary | 1001101 | 111001 | 1010010 | 110 | 11110 | 0 | 1000100 | 100100000 | 10010 | 11011 |
Color Harmonies of #4D3952
Complementary color
Monochromatic Colors of #4D3952
Black with #4D3952
Text Example
Text Example
White with #4D3952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3952; }
p { color: rgb(77,57,82); }
H1.HeaderClassName
{
color: #4D3952;
}
.AnyTagClassName
{
color: #4D3952;
}
</style>
background-color css
<style>
a { background-color: #4D3952; }
a { background-color: rgb(77,57,82); }
div.DivClassName
{
background-color: #4D3952;
}
.BgClassName
{
background-color: #4D3952;
}
</style>
border-color css
<style>
span { border-color: #4D3952; }
span { border-color: rgb(77,57,82); }
td.TdClassName
{
border-color: #4D3952;
}
.TagClassName
{
border-color: #4D3952;
}
</style>