Shades of Finn #733B5A
Tints of Finn #733B5A
RGB
CMYK
RGB Variations
Color information
#733B5A (or 0x733B5A) is known color: Finn. HEX triplet: 73, 3B and 5A. RGB value is (115,59,90). Sum of RGB (Red+Green+Blue) = 115+59+90=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 59 (23.44% from 255 or 22.35% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 115 - color contains mainly: red. Hex color #733B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733B5A is #8CC4A5. Grayscale: #4F4F4F. Windows color (decimal): -9225382 or 5913459. OLE color: 5913459.
HSL color Cylindrical-coordinate representation of color #733B5A: hue angle of 326.79º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #733B5A is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 59 | 90 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.55 |
| HSL | 326.79º | 0.32% | 0.34% | - |
| HSV(B) | 326.79º | 0.49% | 0.45% | - |
| XYZ | 10.48 | 7.51 | 10.57 | - |
| YUV | 79.28 | 134.05 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 59 | 90 | 0 | 0.49 | 0.22 | 0.55 | 326.79 | 0.32 | 0.34 |
| Hex | 73 | 3B | 5A | 0 | 31 | 16 | 37 | 147 | 20 | 22 |
| Octal | 163 | 73 | 132 | 0 | 61 | 26 | 67 | 507 | 40 | 42 |
| Binary | 1110011 | 111011 | 1011010 | 0 | 110001 | 10110 | 110111 | 101000111 | 100000 | 100010 |
Color Harmonies of #733B5A
Complementary color
Monochromatic Colors of #733B5A
Black with #733B5A
Text Example
Text Example
White with #733B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733B5A; }
p { color: rgb(115,59,90); }
H1.HeaderClassName
{
color: #733B5A;
}
.AnyTagClassName
{
color: #733B5A;
}
</style>
background-color css
<style>
a { background-color: #733B5A; }
a { background-color: rgb(115,59,90); }
div.DivClassName
{
background-color: #733B5A;
}
.BgClassName
{
background-color: #733B5A;
}
</style>
border-color css
<style>
span { border-color: #733B5A; }
span { border-color: rgb(115,59,90); }
td.TdClassName
{
border-color: #733B5A;
}
.TagClassName
{
border-color: #733B5A;
}
</style>