Shades of Finn #71434F
Tints of Finn #71434F
RGB
CMYK
RGB Variations
Color information
#71434F (or 0x71434F) is known color: Finn. HEX triplet: 71, 43 and 4F. RGB value is (113,67,79). Sum of RGB (Red+Green+Blue) = 113+67+79=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 113 - color contains mainly: red. Hex color #71434F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71434F is #8EBCB0. Grayscale: #525252. Windows color (decimal): -9354417 or 5194609. OLE color: 5194609.
HSL color Cylindrical-coordinate representation of color #71434F: hue angle of 344.35º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71434F is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 67 | 79 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.56 |
| HSL | 344.35º | 0.26% | 0.35% | - |
| HSV(B) | 344.35º | 0.41% | 0.44% | - |
| XYZ | 10.23 | 8.09 | 8.42 | - |
| YUV | 82.12 | 126.24 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 67 | 79 | 0 | 0.41 | 0.30 | 0.56 | 344.35 | 0.26 | 0.35 |
| Hex | 71 | 43 | 4F | 0 | 29 | 1E | 38 | 158 | 1A | 23 |
| Octal | 161 | 103 | 117 | 0 | 51 | 36 | 70 | 530 | 32 | 43 |
| Binary | 1110001 | 1000011 | 1001111 | 0 | 101001 | 11110 | 111000 | 101011000 | 11010 | 100011 |
Color Harmonies of #71434F
Complementary color
Monochromatic Colors of #71434F
Black with #71434F
Text Example
Text Example
White with #71434F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71434F; }
p { color: rgb(113,67,79); }
H1.HeaderClassName
{
color: #71434F;
}
.AnyTagClassName
{
color: #71434F;
}
</style>
background-color css
<style>
a { background-color: #71434F; }
a { background-color: rgb(113,67,79); }
div.DivClassName
{
background-color: #71434F;
}
.BgClassName
{
background-color: #71434F;
}
</style>
border-color css
<style>
span { border-color: #71434F; }
span { border-color: rgb(113,67,79); }
td.TdClassName
{
border-color: #71434F;
}
.TagClassName
{
border-color: #71434F;
}
</style>