Shades of Finn #733A5C
Tints of Finn #733A5C
RGB
CMYK
RGB Variations
Color information
#733A5C (or 0x733A5C) is known color: Finn. HEX triplet: 73, 3A and 5C. RGB value is (115,58,92). Sum of RGB (Red+Green+Blue) = 115+58+92=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 115 - color contains mainly: red. Hex color #733A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733A5C is #8CC5A3. Grayscale: #4E4E4E. Windows color (decimal): -9225636 or 6044275. OLE color: 6044275.
HSL color Cylindrical-coordinate representation of color #733A5C: hue angle of 324.21º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #733A5C is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 58 | 92 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.55 |
| HSL | 324.21º | 0.33% | 0.34% | - |
| HSV(B) | 324.21º | 0.5% | 0.45% | - |
| XYZ | 10.52 | 7.44 | 11.01 | - |
| YUV | 78.92 | 135.38 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 58 | 92 | 0 | 0.50 | 0.20 | 0.55 | 324.21 | 0.33 | 0.34 |
| Hex | 73 | 3A | 5C | 0 | 32 | 14 | 37 | 144 | 21 | 22 |
| Octal | 163 | 72 | 134 | 0 | 62 | 24 | 67 | 504 | 41 | 42 |
| Binary | 1110011 | 111010 | 1011100 | 0 | 110010 | 10100 | 110111 | 101000100 | 100001 | 100010 |
Color Harmonies of #733A5C
Complementary color
Monochromatic Colors of #733A5C
Black with #733A5C
Text Example
Text Example
White with #733A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733A5C; }
p { color: rgb(115,58,92); }
H1.HeaderClassName
{
color: #733A5C;
}
.AnyTagClassName
{
color: #733A5C;
}
</style>
background-color css
<style>
a { background-color: #733A5C; }
a { background-color: rgb(115,58,92); }
div.DivClassName
{
background-color: #733A5C;
}
.BgClassName
{
background-color: #733A5C;
}
</style>
border-color css
<style>
span { border-color: #733A5C; }
span { border-color: rgb(115,58,92); }
td.TdClassName
{
border-color: #733A5C;
}
.TagClassName
{
border-color: #733A5C;
}
</style>