Shades of Finn #71415B
Tints of Finn #71415B
RGB
CMYK
RGB Variations
Color information
#71415B (or 0x71415B) is known color: Finn. HEX triplet: 71, 41 and 5B. RGB value is (113,65,91). Sum of RGB (Red+Green+Blue) = 113+65+91=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 113 - color contains mainly: red. Hex color #71415B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71415B is #8EBEA4. Grayscale: #525252. Windows color (decimal): -9354917 or 5980529. OLE color: 5980529.
HSL color Cylindrical-coordinate representation of color #71415B: hue angle of 327.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 #71415B is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 65 | 91 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.56 |
| HSL | 327.5º | 0.27% | 0.35% | - |
| HSV(B) | 327.5º | 0.42% | 0.44% | - |
| XYZ | 10.59 | 8.05 | 10.89 | - |
| YUV | 82.32 | 132.9 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 65 | 91 | 0 | 0.42 | 0.19 | 0.56 | 327.5 | 0.27 | 0.35 |
| Hex | 71 | 41 | 5B | 0 | 2A | 13 | 38 | 148 | 1B | 23 |
| Octal | 161 | 101 | 133 | 0 | 52 | 23 | 70 | 510 | 33 | 43 |
| Binary | 1110001 | 1000001 | 1011011 | 0 | 101010 | 10011 | 111000 | 101001000 | 11011 | 100011 |
Color Harmonies of #71415B
Complementary color
Monochromatic Colors of #71415B
Black with #71415B
Text Example
Text Example
White with #71415B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71415B; }
p { color: rgb(113,65,91); }
H1.HeaderClassName
{
color: #71415B;
}
.AnyTagClassName
{
color: #71415B;
}
</style>
background-color css
<style>
a { background-color: #71415B; }
a { background-color: rgb(113,65,91); }
div.DivClassName
{
background-color: #71415B;
}
.BgClassName
{
background-color: #71415B;
}
</style>
border-color css
<style>
span { border-color: #71415B; }
span { border-color: rgb(113,65,91); }
td.TdClassName
{
border-color: #71415B;
}
.TagClassName
{
border-color: #71415B;
}
</style>