Shades of Finn #733E5D
Tints of Finn #733E5D
RGB
CMYK
RGB Variations
Color information
#733E5D (or 0x733E5D) is known color: Finn. HEX triplet: 73, 3E and 5D. RGB value is (115,62,93). Sum of RGB (Red+Green+Blue) = 115+62+93=270 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.59% from 270); Green value is 62 (24.61% from 255 or 22.96% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 115 - color contains mainly: red. Hex color #733E5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733E5D is #8CC1A2. Grayscale: #515151. Windows color (decimal): -9224611 or 6110835. OLE color: 6110835.
HSL color Cylindrical-coordinate representation of color #733E5D: hue angle of 324.91º 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 #733E5D is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 62 | 93 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.55 |
| HSL | 324.91º | 0.3% | 0.35% | - |
| HSV(B) | 324.91º | 0.46% | 0.45% | - |
| XYZ | 10.77 | 7.88 | 11.31 | - |
| YUV | 81.38 | 134.56 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 62 | 93 | 0 | 0.46 | 0.19 | 0.55 | 324.91 | 0.3 | 0.35 |
| Hex | 73 | 3E | 5D | 0 | 2E | 13 | 37 | 145 | 1E | 23 |
| Octal | 163 | 76 | 135 | 0 | 56 | 23 | 67 | 505 | 36 | 43 |
| Binary | 1110011 | 111110 | 1011101 | 0 | 101110 | 10011 | 110111 | 101000101 | 11110 | 100011 |
Color Harmonies of #733E5D
Complementary color
Monochromatic Colors of #733E5D
Black with #733E5D
Text Example
Text Example
White with #733E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733E5D; }
p { color: rgb(115,62,93); }
H1.HeaderClassName
{
color: #733E5D;
}
.AnyTagClassName
{
color: #733E5D;
}
</style>
background-color css
<style>
a { background-color: #733E5D; }
a { background-color: rgb(115,62,93); }
div.DivClassName
{
background-color: #733E5D;
}
.BgClassName
{
background-color: #733E5D;
}
</style>
border-color css
<style>
span { border-color: #733E5D; }
span { border-color: rgb(115,62,93); }
td.TdClassName
{
border-color: #733E5D;
}
.TagClassName
{
border-color: #733E5D;
}
</style>