Shades of Finn #71375B
Tints of Finn #71375B
RGB
CMYK
RGB Variations
Color information
#71375B (or 0x71375B) is known color: Finn. HEX triplet: 71, 37 and 5B. RGB value is (113,55,91). Sum of RGB (Red+Green+Blue) = 113+55+91=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 113 - color contains mainly: red. Hex color #71375B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71375B is #8EC8A4. Grayscale: #4C4C4C. Windows color (decimal): -9357477 or 5977969. OLE color: 5977969.
HSL color Cylindrical-coordinate representation of color #71375B: hue angle of 322.76º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71375B is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 55 | 91 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.56 |
| HSL | 322.76º | 0.35% | 0.33% | - |
| HSV(B) | 322.76º | 0.51% | 0.44% | - |
| XYZ | 10.06 | 7 | 10.72 | - |
| YUV | 76.45 | 136.22 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 55 | 91 | 0 | 0.51 | 0.19 | 0.56 | 322.76 | 0.35 | 0.33 |
| Hex | 71 | 37 | 5B | 0 | 33 | 13 | 38 | 143 | 23 | 21 |
| Octal | 161 | 67 | 133 | 0 | 63 | 23 | 70 | 503 | 43 | 41 |
| Binary | 1110001 | 110111 | 1011011 | 0 | 110011 | 10011 | 111000 | 101000011 | 100011 | 100001 |
Color Harmonies of #71375B
Complementary color
Monochromatic Colors of #71375B
Black with #71375B
Text Example
Text Example
White with #71375B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71375B; }
p { color: rgb(113,55,91); }
H1.HeaderClassName
{
color: #71375B;
}
.AnyTagClassName
{
color: #71375B;
}
</style>
background-color css
<style>
a { background-color: #71375B; }
a { background-color: rgb(113,55,91); }
div.DivClassName
{
background-color: #71375B;
}
.BgClassName
{
background-color: #71375B;
}
</style>
border-color css
<style>
span { border-color: #71375B; }
span { border-color: rgb(113,55,91); }
td.TdClassName
{
border-color: #71375B;
}
.TagClassName
{
border-color: #71375B;
}
</style>