Shades of Finn #733B5E
Tints of Finn #733B5E
RGB
CMYK
RGB Variations
Color information
#733B5E (or 0x733B5E) is known color: Finn. HEX triplet: 73, 3B and 5E. RGB value is (115,59,94). Sum of RGB (Red+Green+Blue) = 115+59+94=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 115 - color contains mainly: red. Hex color #733B5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733B5E is #8CC4A1. Grayscale: #4F4F4F. Windows color (decimal): -9225378 or 6175603. OLE color: 6175603.
HSL color Cylindrical-coordinate representation of color #733B5E: hue angle of 322.5º 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 #733B5E is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 59 | 94 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.55 |
| HSL | 322.5º | 0.32% | 0.34% | - |
| HSV(B) | 322.5º | 0.49% | 0.45% | - |
| XYZ | 10.65 | 7.58 | 11.49 | - |
| YUV | 79.73 | 136.05 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 59 | 94 | 0 | 0.49 | 0.18 | 0.55 | 322.5 | 0.32 | 0.34 |
| Hex | 73 | 3B | 5E | 0 | 31 | 12 | 37 | 142 | 20 | 22 |
| Octal | 163 | 73 | 136 | 0 | 61 | 22 | 67 | 502 | 40 | 42 |
| Binary | 1110011 | 111011 | 1011110 | 0 | 110001 | 10010 | 110111 | 101000010 | 100000 | 100010 |
Color Harmonies of #733B5E
Complementary color
Monochromatic Colors of #733B5E
Black with #733B5E
Text Example
Text Example
White with #733B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733B5E; }
p { color: rgb(115,59,94); }
H1.HeaderClassName
{
color: #733B5E;
}
.AnyTagClassName
{
color: #733B5E;
}
</style>
background-color css
<style>
a { background-color: #733B5E; }
a { background-color: rgb(115,59,94); }
div.DivClassName
{
background-color: #733B5E;
}
.BgClassName
{
background-color: #733B5E;
}
</style>
border-color css
<style>
span { border-color: #733B5E; }
span { border-color: rgb(115,59,94); }
td.TdClassName
{
border-color: #733B5E;
}
.TagClassName
{
border-color: #733B5E;
}
</style>