Shades of Finn #71414F
Tints of Finn #71414F
RGB
CMYK
RGB Variations
Color information
#71414F (or 0x71414F) is known color: Finn. HEX triplet: 71, 41 and 4F. RGB value is (113,65,79). Sum of RGB (Red+Green+Blue) = 113+65+79=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 79 (31.25% from 255 or 30.74% from 257); Max value from RGB is 113 - color contains mainly: red. Hex color #71414F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71414F is #8EBEB0. Grayscale: #505050. Windows color (decimal): -9354929 or 5194097. OLE color: 5194097.
HSL color Cylindrical-coordinate representation of color #71414F: hue angle of 342.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71414F is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 65 | 79 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.56 |
| HSL | 342.5º | 0.27% | 0.35% | - |
| HSV(B) | 342.5º | 0.42% | 0.44% | - |
| XYZ | 10.11 | 7.86 | 8.38 | - |
| YUV | 80.95 | 126.9 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 65 | 79 | 0 | 0.42 | 0.30 | 0.56 | 342.5 | 0.27 | 0.35 |
| Hex | 71 | 41 | 4F | 0 | 2A | 1E | 38 | 156 | 1B | 23 |
| Octal | 161 | 101 | 117 | 0 | 52 | 36 | 70 | 526 | 33 | 43 |
| Binary | 1110001 | 1000001 | 1001111 | 0 | 101010 | 11110 | 111000 | 101010110 | 11011 | 100011 |
Color Harmonies of #71414F
Complementary color
Monochromatic Colors of #71414F
Black with #71414F
Text Example
Text Example
White with #71414F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71414F; }
p { color: rgb(113,65,79); }
H1.HeaderClassName
{
color: #71414F;
}
.AnyTagClassName
{
color: #71414F;
}
</style>
background-color css
<style>
a { background-color: #71414F; }
a { background-color: rgb(113,65,79); }
div.DivClassName
{
background-color: #71414F;
}
.BgClassName
{
background-color: #71414F;
}
</style>
border-color css
<style>
span { border-color: #71414F; }
span { border-color: rgb(113,65,79); }
td.TdClassName
{
border-color: #71414F;
}
.TagClassName
{
border-color: #71414F;
}
</style>