Shades of Finn #5F4250
Tints of Finn #5F4250
RGB
CMYK
RGB Variations
Color information
#5F4250 (or 0x5F4250) is known color: Finn. HEX triplet: 5F, 42 and 50. RGB value is (95,66,80). Sum of RGB (Red+Green+Blue) = 95+66+80=241 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.42% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4250 is #A0BDAF. Grayscale: #4C4C4C. Windows color (decimal): -10534320 or 5259871. OLE color: 5259871.
HSL color Cylindrical-coordinate representation of color #5F4250: hue angle of 331.03º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5F4250 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 66 | 80 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.63 |
| HSL | 331.03º | 0.18% | 0.32% | - |
| HSV(B) | 331.03º | 0.31% | 0.37% | - |
| XYZ | 8.12 | 6.91 | 8.5 | - |
| YUV | 76.27 | 130.11 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 66 | 80 | 0 | 0.31 | 0.16 | 0.63 | 331.03 | 0.18 | 0.32 |
| Hex | 5F | 42 | 50 | 0 | 1F | 10 | 3F | 14B | 12 | 20 |
| Octal | 137 | 102 | 120 | 0 | 37 | 20 | 77 | 513 | 22 | 40 |
| Binary | 1011111 | 1000010 | 1010000 | 0 | 11111 | 10000 | 111111 | 101001011 | 10010 | 100000 |
Color Harmonies of #5F4250
Complementary color
Monochromatic Colors of #5F4250
Black with #5F4250
Text Example
Text Example
White with #5F4250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4250; }
p { color: rgb(95,66,80); }
H1.HeaderClassName
{
color: #5F4250;
}
.AnyTagClassName
{
color: #5F4250;
}
</style>
background-color css
<style>
a { background-color: #5F4250; }
a { background-color: rgb(95,66,80); }
div.DivClassName
{
background-color: #5F4250;
}
.BgClassName
{
background-color: #5F4250;
}
</style>
border-color css
<style>
span { border-color: #5F4250; }
span { border-color: rgb(95,66,80); }
td.TdClassName
{
border-color: #5F4250;
}
.TagClassName
{
border-color: #5F4250;
}
</style>