Shades of Bossanova #413145
Tints of Bossanova #413145
RGB
CMYK
RGB Variations
Color information
#413145 (or 0x413145) is known color: Bossanova. HEX triplet: 41, 31 and 45. RGB value is (65,49,69). Sum of RGB (Red+Green+Blue) = 65+49+69=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 69 - color contains mainly: blue. Hex color #413145 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413145 is #BECEBA. Grayscale: #383838. Windows color (decimal): -12504763 or 4534593. OLE color: 4534593.
HSL color Cylindrical-coordinate representation of color #413145: hue angle of 288º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #413145 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 65 | 49 | 69 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.73 |
| HSL | 288º | 0.17% | 0.23% | - |
| HSV(B) | 288º | 0.29% | 0.27% | - |
| XYZ | 4.35 | 3.75 | 6.12 | - |
| YUV | 56.06 | 135.3 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 49 | 69 | 0.06 | 0.29 | 0 | 0.73 | 288 | 0.17 | 0.23 |
| Hex | 41 | 31 | 45 | 6 | 1D | 0 | 49 | 120 | 11 | 17 |
| Octal | 101 | 61 | 105 | 6 | 35 | 0 | 111 | 440 | 21 | 27 |
| Binary | 1000001 | 110001 | 1000101 | 110 | 11101 | 0 | 1001001 | 100100000 | 10001 | 10111 |
Color Harmonies of #413145
Complementary color
Monochromatic Colors of #413145
Black with #413145
Text Example
Text Example
White with #413145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413145; }
p { color: rgb(65,49,69); }
H1.HeaderClassName
{
color: #413145;
}
.AnyTagClassName
{
color: #413145;
}
</style>
background-color css
<style>
a { background-color: #413145; }
a { background-color: rgb(65,49,69); }
div.DivClassName
{
background-color: #413145;
}
.BgClassName
{
background-color: #413145;
}
</style>
border-color css
<style>
span { border-color: #413145; }
span { border-color: rgb(65,49,69); }
td.TdClassName
{
border-color: #413145;
}
.TagClassName
{
border-color: #413145;
}
</style>