Shades of Finn #714153
Tints of Finn #714153
RGB
CMYK
RGB Variations
Color information
#714153 (or 0x714153) is known color: Finn. HEX triplet: 71, 41 and 53. RGB value is (113,65,83). Sum of RGB (Red+Green+Blue) = 113+65+83=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 83 (32.81% from 255 or 31.80% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #714153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714153 is #8EBEAC. Grayscale: #515151. Windows color (decimal): -9354925 or 5456241. OLE color: 5456241.
HSL color Cylindrical-coordinate representation of color #714153: hue angle of 337.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 #714153 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 65 | 83 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.56 |
| HSL | 337.5º | 0.27% | 0.35% | - |
| HSV(B) | 337.5º | 0.42% | 0.44% | - |
| XYZ | 10.26 | 7.92 | 9.17 | - |
| YUV | 81.4 | 128.9 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 65 | 83 | 0 | 0.42 | 0.27 | 0.56 | 337.5 | 0.27 | 0.35 |
| Hex | 71 | 41 | 53 | 0 | 2A | 1B | 38 | 152 | 1B | 23 |
| Octal | 161 | 101 | 123 | 0 | 52 | 33 | 70 | 522 | 33 | 43 |
| Binary | 1110001 | 1000001 | 1010011 | 0 | 101010 | 11011 | 111000 | 101010010 | 11011 | 100011 |
Color Harmonies of #714153
Complementary color
Monochromatic Colors of #714153
Black with #714153
Text Example
Text Example
White with #714153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714153; }
p { color: rgb(113,65,83); }
H1.HeaderClassName
{
color: #714153;
}
.AnyTagClassName
{
color: #714153;
}
</style>
background-color css
<style>
a { background-color: #714153; }
a { background-color: rgb(113,65,83); }
div.DivClassName
{
background-color: #714153;
}
.BgClassName
{
background-color: #714153;
}
</style>
border-color css
<style>
span { border-color: #714153; }
span { border-color: rgb(113,65,83); }
td.TdClassName
{
border-color: #714153;
}
.TagClassName
{
border-color: #714153;
}
</style>