Shades of Finn #733B5C
Tints of Finn #733B5C
RGB
CMYK
RGB Variations
Color information
#733B5C (or 0x733B5C) is known color: Finn. HEX triplet: 73, 3B and 5C. RGB value is (115,59,92). Sum of RGB (Red+Green+Blue) = 115+59+92=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 115 - color contains mainly: red. Hex color #733B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733B5C is #8CC4A3. Grayscale: #4F4F4F. Windows color (decimal): -9225380 or 6044531. OLE color: 6044531.
HSL color Cylindrical-coordinate representation of color #733B5C: hue angle of 324.64º 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 #733B5C is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 59 | 92 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.55 |
| HSL | 324.64º | 0.32% | 0.34% | - |
| HSV(B) | 324.64º | 0.49% | 0.45% | - |
| XYZ | 10.57 | 7.55 | 11.02 | - |
| YUV | 79.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 59 | 92 | 0 | 0.49 | 0.20 | 0.55 | 324.64 | 0.32 | 0.34 |
| Hex | 73 | 3B | 5C | 0 | 31 | 14 | 37 | 145 | 20 | 22 |
| Octal | 163 | 73 | 134 | 0 | 61 | 24 | 67 | 505 | 40 | 42 |
| Binary | 1110011 | 111011 | 1011100 | 0 | 110001 | 10100 | 110111 | 101000101 | 100000 | 100010 |
Color Harmonies of #733B5C
Complementary color
Monochromatic Colors of #733B5C
Black with #733B5C
Text Example
Text Example
White with #733B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733B5C; }
p { color: rgb(115,59,92); }
H1.HeaderClassName
{
color: #733B5C;
}
.AnyTagClassName
{
color: #733B5C;
}
</style>
background-color css
<style>
a { background-color: #733B5C; }
a { background-color: rgb(115,59,92); }
div.DivClassName
{
background-color: #733B5C;
}
.BgClassName
{
background-color: #733B5C;
}
</style>
border-color css
<style>
span { border-color: #733B5C; }
span { border-color: rgb(115,59,92); }
td.TdClassName
{
border-color: #733B5C;
}
.TagClassName
{
border-color: #733B5C;
}
</style>