Shades of Finn #71385D
Tints of Finn #71385D
RGB
CMYK
RGB Variations
Color information
#71385D (or 0x71385D) is known color: Finn. HEX triplet: 71, 38 and 5D. RGB value is (113,56,93). Sum of RGB (Red+Green+Blue) = 113+56+93=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #71385D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71385D is #8EC7A2. Grayscale: #4D4D4D. Windows color (decimal): -9357219 or 6109297. OLE color: 6109297.
HSL color Cylindrical-coordinate representation of color #71385D: hue angle of 321.05º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71385D is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 56 | 93 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.56 |
| HSL | 321.05º | 0.34% | 0.33% | - |
| HSV(B) | 321.05º | 0.5% | 0.44% | - |
| XYZ | 10.2 | 7.13 | 11.19 | - |
| YUV | 77.26 | 136.88 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 56 | 93 | 0 | 0.50 | 0.18 | 0.56 | 321.05 | 0.34 | 0.33 |
| Hex | 71 | 38 | 5D | 0 | 32 | 12 | 38 | 141 | 22 | 21 |
| Octal | 161 | 70 | 135 | 0 | 62 | 22 | 70 | 501 | 42 | 41 |
| Binary | 1110001 | 111000 | 1011101 | 0 | 110010 | 10010 | 111000 | 101000001 | 100010 | 100001 |
Color Harmonies of #71385D
Complementary color
Monochromatic Colors of #71385D
Black with #71385D
Text Example
Text Example
White with #71385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71385D; }
p { color: rgb(113,56,93); }
H1.HeaderClassName
{
color: #71385D;
}
.AnyTagClassName
{
color: #71385D;
}
</style>
background-color css
<style>
a { background-color: #71385D; }
a { background-color: rgb(113,56,93); }
div.DivClassName
{
background-color: #71385D;
}
.BgClassName
{
background-color: #71385D;
}
</style>
border-color css
<style>
span { border-color: #71385D; }
span { border-color: rgb(113,56,93); }
td.TdClassName
{
border-color: #71385D;
}
.TagClassName
{
border-color: #71385D;
}
</style>