Shades of Finn #683252
Tints of Finn #683252
RGB
CMYK
RGB Variations
Color information
#683252 (or 0x683252) is known color: Finn. HEX triplet: 68, 32 and 52. RGB value is (104,50,82). Sum of RGB (Red+Green+Blue) = 104+50+82=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 104 - color contains mainly: red. Hex color #683252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683252 is #97CDAD. Grayscale: #454545. Windows color (decimal): -9948590 or 5386856. OLE color: 5386856.
HSL color Cylindrical-coordinate representation of color #683252: hue angle of 324.44º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #683252 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 50 | 82 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.59 |
| HSL | 324.44º | 0.35% | 0.3% | - |
| HSV(B) | 324.44º | 0.52% | 0.41% | - |
| XYZ | 8.37 | 5.83 | 8.67 | - |
| YUV | 69.79 | 134.89 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 50 | 82 | 0 | 0.52 | 0.21 | 0.59 | 324.44 | 0.35 | 0.3 |
| Hex | 68 | 32 | 52 | 0 | 34 | 15 | 3B | 144 | 23 | 1E |
| Octal | 150 | 62 | 122 | 0 | 64 | 25 | 73 | 504 | 43 | 36 |
| Binary | 1101000 | 110010 | 1010010 | 0 | 110100 | 10101 | 111011 | 101000100 | 100011 | 11110 |
Color Harmonies of #683252
Complementary color
Monochromatic Colors of #683252
Black with #683252
Text Example
Text Example
White with #683252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683252; }
p { color: rgb(104,50,82); }
H1.HeaderClassName
{
color: #683252;
}
.AnyTagClassName
{
color: #683252;
}
</style>
background-color css
<style>
a { background-color: #683252; }
a { background-color: rgb(104,50,82); }
div.DivClassName
{
background-color: #683252;
}
.BgClassName
{
background-color: #683252;
}
</style>
border-color css
<style>
span { border-color: #683252; }
span { border-color: rgb(104,50,82); }
td.TdClassName
{
border-color: #683252;
}
.TagClassName
{
border-color: #683252;
}
</style>