Shades of Finn #733E5C
Tints of Finn #733E5C
RGB
CMYK
RGB Variations
Color information
#733E5C (or 0x733E5C) is known color: Finn. HEX triplet: 73, 3E and 5C. RGB value is (115,62,92). Sum of RGB (Red+Green+Blue) = 115+62+92=269 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.75% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 115 - color contains mainly: red. Hex color #733E5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733E5C is #8CC1A3. Grayscale: #515151. Windows color (decimal): -9224612 or 6045299. OLE color: 6045299.
HSL color Cylindrical-coordinate representation of color #733E5C: hue angle of 326.04º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #733E5C is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 62 | 92 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.55 |
| HSL | 326.04º | 0.3% | 0.35% | - |
| HSV(B) | 326.04º | 0.46% | 0.45% | - |
| XYZ | 10.72 | 7.86 | 11.08 | - |
| YUV | 81.27 | 134.06 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 62 | 92 | 0 | 0.46 | 0.20 | 0.55 | 326.04 | 0.3 | 0.35 |
| Hex | 73 | 3E | 5C | 0 | 2E | 14 | 37 | 146 | 1E | 23 |
| Octal | 163 | 76 | 134 | 0 | 56 | 24 | 67 | 506 | 36 | 43 |
| Binary | 1110011 | 111110 | 1011100 | 0 | 101110 | 10100 | 110111 | 101000110 | 11110 | 100011 |
Color Harmonies of #733E5C
Complementary color
Monochromatic Colors of #733E5C
Black with #733E5C
Text Example
Text Example
White with #733E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733E5C; }
p { color: rgb(115,62,92); }
H1.HeaderClassName
{
color: #733E5C;
}
.AnyTagClassName
{
color: #733E5C;
}
</style>
background-color css
<style>
a { background-color: #733E5C; }
a { background-color: rgb(115,62,92); }
div.DivClassName
{
background-color: #733E5C;
}
.BgClassName
{
background-color: #733E5C;
}
</style>
border-color css
<style>
span { border-color: #733E5C; }
span { border-color: rgb(115,62,92); }
td.TdClassName
{
border-color: #733E5C;
}
.TagClassName
{
border-color: #733E5C;
}
</style>