Shades of Finn #71455A
Tints of Finn #71455A
RGB
CMYK
RGB Variations
Color information
#71455A (or 0x71455A) is known color: Finn. HEX triplet: 71, 45 and 5A. RGB value is (113,69,90). Sum of RGB (Red+Green+Blue) = 113+69+90=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 113 - color contains mainly: red. Hex color #71455A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71455A is #8EBAA5. Grayscale: #545454. Windows color (decimal): -9353894 or 5916017. OLE color: 5916017.
HSL color Cylindrical-coordinate representation of color #71455A: hue angle of 331.36º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71455A is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 69 | 90 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.56 |
| HSL | 331.36º | 0.24% | 0.36% | - |
| HSV(B) | 331.36º | 0.39% | 0.44% | - |
| XYZ | 10.78 | 8.51 | 10.75 | - |
| YUV | 84.55 | 131.08 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 69 | 90 | 0 | 0.39 | 0.20 | 0.56 | 331.36 | 0.24 | 0.36 |
| Hex | 71 | 45 | 5A | 0 | 27 | 14 | 38 | 14B | 18 | 24 |
| Octal | 161 | 105 | 132 | 0 | 47 | 24 | 70 | 513 | 30 | 44 |
| Binary | 1110001 | 1000101 | 1011010 | 0 | 100111 | 10100 | 111000 | 101001011 | 11000 | 100100 |
Color Harmonies of #71455A
Complementary color
Monochromatic Colors of #71455A
Black with #71455A
Text Example
Text Example
White with #71455A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71455A; }
p { color: rgb(113,69,90); }
H1.HeaderClassName
{
color: #71455A;
}
.AnyTagClassName
{
color: #71455A;
}
</style>
background-color css
<style>
a { background-color: #71455A; }
a { background-color: rgb(113,69,90); }
div.DivClassName
{
background-color: #71455A;
}
.BgClassName
{
background-color: #71455A;
}
</style>
border-color css
<style>
span { border-color: #71455A; }
span { border-color: rgb(113,69,90); }
td.TdClassName
{
border-color: #71455A;
}
.TagClassName
{
border-color: #71455A;
}
</style>