Shades of Finn #714A54
Tints of Finn #714A54
RGB
CMYK
RGB Variations
Color information
#714A54 (or 0x714A54) is known color: Finn. HEX triplet: 71, 4A and 54. RGB value is (113,74,84). Sum of RGB (Red+Green+Blue) = 113+74+84=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 74 (29.30% from 255 or 27.31% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 113 - color contains mainly: red. Hex color #714A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714A54 is #8EB5AB. Grayscale: #565656. Windows color (decimal): -9352620 or 5524081. OLE color: 5524081.
HSL color Cylindrical-coordinate representation of color #714A54: hue angle of 344.62º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #714A54 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 74 | 84 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.56 |
| HSL | 344.62º | 0.21% | 0.37% | - |
| HSV(B) | 344.62º | 0.35% | 0.44% | - |
| XYZ | 10.86 | 9.05 | 9.56 | - |
| YUV | 86.8 | 126.42 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 74 | 84 | 0 | 0.35 | 0.26 | 0.56 | 344.62 | 0.21 | 0.37 |
| Hex | 71 | 4A | 54 | 0 | 23 | 1A | 38 | 159 | 15 | 25 |
| Octal | 161 | 112 | 124 | 0 | 43 | 32 | 70 | 531 | 25 | 45 |
| Binary | 1110001 | 1001010 | 1010100 | 0 | 100011 | 11010 | 111000 | 101011001 | 10101 | 100101 |
Color Harmonies of #714A54
Complementary color
Monochromatic Colors of #714A54
Black with #714A54
Text Example
Text Example
White with #714A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714A54; }
p { color: rgb(113,74,84); }
H1.HeaderClassName
{
color: #714A54;
}
.AnyTagClassName
{
color: #714A54;
}
</style>
background-color css
<style>
a { background-color: #714A54; }
a { background-color: rgb(113,74,84); }
div.DivClassName
{
background-color: #714A54;
}
.BgClassName
{
background-color: #714A54;
}
</style>
border-color css
<style>
span { border-color: #714A54; }
span { border-color: rgb(113,74,84); }
td.TdClassName
{
border-color: #714A54;
}
.TagClassName
{
border-color: #714A54;
}
</style>