Shades of Bossanova #433C45
Tints of Bossanova #433C45
RGB
CMYK
RGB Variations
Color information
#433C45 (or 0x433C45) is known color: Bossanova. HEX triplet: 43, 3C and 45. RGB value is (67,60,69). Sum of RGB (Red+Green+Blue) = 67+60+69=196 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.18% from 196); Green value is 60 (23.83% from 255 or 30.61% from 196); Blue value is 69 (27.34% from 255 or 35.20% from 196); Max value from RGB is 69 - color contains mainly: blue. Hex color #433C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433C45 is #BCC3BA. Grayscale: #3F3F3F. Windows color (decimal): -12370875 or 4537411. OLE color: 4537411.
HSL color Cylindrical-coordinate representation of color #433C45: hue angle of 286.67º degrees, saturation: 0.07, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #433C45 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 60 | 69 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.73 |
| HSL | 286.67º | 0.07% | 0.25% | - |
| HSV(B) | 286.67º | 0.13% | 0.27% | - |
| XYZ | 5 | 4.85 | 6.3 | - |
| YUV | 63.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 60 | 69 | 0.03 | 0.13 | 0 | 0.73 | 286.67 | 0.07 | 0.25 |
| Hex | 43 | 3C | 45 | 3 | D | 0 | 49 | 11F | 7 | 19 |
| Octal | 103 | 74 | 105 | 3 | 15 | 0 | 111 | 437 | 7 | 31 |
| Binary | 1000011 | 111100 | 1000101 | 11 | 1101 | 0 | 1001001 | 100011111 | 111 | 11001 |
Color Harmonies of #433C45
Complementary color
Monochromatic Colors of #433C45
Black with #433C45
Text Example
Text Example
White with #433C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433C45; }
p { color: rgb(67,60,69); }
H1.HeaderClassName
{
color: #433C45;
}
.AnyTagClassName
{
color: #433C45;
}
</style>
background-color css
<style>
a { background-color: #433C45; }
a { background-color: rgb(67,60,69); }
div.DivClassName
{
background-color: #433C45;
}
.BgClassName
{
background-color: #433C45;
}
</style>
border-color css
<style>
span { border-color: #433C45; }
span { border-color: rgb(67,60,69); }
td.TdClassName
{
border-color: #433C45;
}
.TagClassName
{
border-color: #433C45;
}
</style>