Shades of Finn #673B58
Tints of Finn #673B58
RGB
CMYK
RGB Variations
Color information
#673B58 (or 0x673B58) is known color: Finn. HEX triplet: 67, 3B and 58. RGB value is (103,59,88). Sum of RGB (Red+Green+Blue) = 103+59+88=250 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.2% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 88 (34.77% from 255 or 35.2% from 250); Max value from RGB is 103 - color contains mainly: red. Hex color #673B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673B58 is #98C4A7. Grayscale: #4B4B4B. Windows color (decimal): -10011816 or 5782375. OLE color: 5782375.
HSL color Cylindrical-coordinate representation of color #673B58: hue angle of 320.45º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #673B58 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 59 | 88 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.60 |
| HSL | 320.45º | 0.27% | 0.32% | - |
| HSV(B) | 320.45º | 0.43% | 0.4% | - |
| XYZ | 8.92 | 6.72 | 10.06 | - |
| YUV | 75.46 | 135.08 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 59 | 88 | 0 | 0.43 | 0.15 | 0.60 | 320.45 | 0.27 | 0.32 |
| Hex | 67 | 3B | 58 | 0 | 2B | F | 3C | 140 | 1B | 20 |
| Octal | 147 | 73 | 130 | 0 | 53 | 17 | 74 | 500 | 33 | 40 |
| Binary | 1100111 | 111011 | 1011000 | 0 | 101011 | 1111 | 111100 | 101000000 | 11011 | 100000 |
Color Harmonies of #673B58
Complementary color
Monochromatic Colors of #673B58
Black with #673B58
Text Example
Text Example
White with #673B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673B58; }
p { color: rgb(103,59,88); }
H1.HeaderClassName
{
color: #673B58;
}
.AnyTagClassName
{
color: #673B58;
}
</style>
background-color css
<style>
a { background-color: #673B58; }
a { background-color: rgb(103,59,88); }
div.DivClassName
{
background-color: #673B58;
}
.BgClassName
{
background-color: #673B58;
}
</style>
border-color css
<style>
span { border-color: #673B58; }
span { border-color: rgb(103,59,88); }
td.TdClassName
{
border-color: #673B58;
}
.TagClassName
{
border-color: #673B58;
}
</style>