Shades of Bossanova #423245
Tints of Bossanova #423245
RGB
CMYK
RGB Variations
Color information
#423245 (or 0x423245) is known color: Bossanova. HEX triplet: 42, 32 and 45. RGB value is (66,50,69). Sum of RGB (Red+Green+Blue) = 66+50+69=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 69 - color contains mainly: blue. Hex color #423245 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423245 is #BDCDBA. Grayscale: #383838. Windows color (decimal): -12438971 or 4534850. OLE color: 4534850.
HSL color Cylindrical-coordinate representation of color #423245: hue angle of 290.53º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #423245 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 66 | 50 | 69 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.73 |
| HSL | 290.53º | 0.16% | 0.23% | - |
| HSV(B) | 290.53º | 0.28% | 0.27% | - |
| XYZ | 4.46 | 3.87 | 6.14 | - |
| YUV | 56.95 | 134.8 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 50 | 69 | 0.04 | 0.28 | 0 | 0.73 | 290.53 | 0.16 | 0.23 |
| Hex | 42 | 32 | 45 | 4 | 1C | 0 | 49 | 123 | 10 | 17 |
| Octal | 102 | 62 | 105 | 4 | 34 | 0 | 111 | 443 | 20 | 27 |
| Binary | 1000010 | 110010 | 1000101 | 100 | 11100 | 0 | 1001001 | 100100011 | 10000 | 10111 |
Color Harmonies of #423245
Complementary color
Monochromatic Colors of #423245
Black with #423245
Text Example
Text Example
White with #423245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423245; }
p { color: rgb(66,50,69); }
H1.HeaderClassName
{
color: #423245;
}
.AnyTagClassName
{
color: #423245;
}
</style>
background-color css
<style>
a { background-color: #423245; }
a { background-color: rgb(66,50,69); }
div.DivClassName
{
background-color: #423245;
}
.BgClassName
{
background-color: #423245;
}
</style>
border-color css
<style>
span { border-color: #423245; }
span { border-color: rgb(66,50,69); }
td.TdClassName
{
border-color: #423245;
}
.TagClassName
{
border-color: #423245;
}
</style>