Shades of Finn #71405D
Tints of Finn #71405D
RGB
CMYK
RGB Variations
Color information
#71405D (or 0x71405D) is known color: Finn. HEX triplet: 71, 40 and 5D. RGB value is (113,64,93). Sum of RGB (Red+Green+Blue) = 113+64+93=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 113 - color contains mainly: red. Hex color #71405D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71405D is #8EBFA2. Grayscale: #515151. Windows color (decimal): -9355171 or 6111345. OLE color: 6111345.
HSL color Cylindrical-coordinate representation of color #71405D: hue angle of 324.49º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #71405D is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 64 | 93 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.56 |
| HSL | 324.49º | 0.28% | 0.35% | - |
| HSV(B) | 324.49º | 0.43% | 0.44% | - |
| XYZ | 10.62 | 7.97 | 11.33 | - |
| YUV | 81.96 | 134.23 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 64 | 93 | 0 | 0.43 | 0.18 | 0.56 | 324.49 | 0.28 | 0.35 |
| Hex | 71 | 40 | 5D | 0 | 2B | 12 | 38 | 144 | 1C | 23 |
| Octal | 161 | 100 | 135 | 0 | 53 | 22 | 70 | 504 | 34 | 43 |
| Binary | 1110001 | 1000000 | 1011101 | 0 | 101011 | 10010 | 111000 | 101000100 | 11100 | 100011 |
Color Harmonies of #71405D
Complementary color
Monochromatic Colors of #71405D
Black with #71405D
Text Example
Text Example
White with #71405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71405D; }
p { color: rgb(113,64,93); }
H1.HeaderClassName
{
color: #71405D;
}
.AnyTagClassName
{
color: #71405D;
}
</style>
background-color css
<style>
a { background-color: #71405D; }
a { background-color: rgb(113,64,93); }
div.DivClassName
{
background-color: #71405D;
}
.BgClassName
{
background-color: #71405D;
}
</style>
border-color css
<style>
span { border-color: #71405D; }
span { border-color: rgb(113,64,93); }
td.TdClassName
{
border-color: #71405D;
}
.TagClassName
{
border-color: #71405D;
}
</style>