Shades of Finn #733F5A
Tints of Finn #733F5A
RGB
CMYK
RGB Variations
Color information
#733F5A (or 0x733F5A) is known color: Finn. HEX triplet: 73, 3F and 5A. RGB value is (115,63,90). Sum of RGB (Red+Green+Blue) = 115+63+90=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 115 - color contains mainly: red. Hex color #733F5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733F5A is #8CC0A5. Grayscale: #515151. Windows color (decimal): -9224358 or 5914483. OLE color: 5914483.
HSL color Cylindrical-coordinate representation of color #733F5A: hue angle of 328.85º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #733F5A is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 63 | 90 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.55 |
| HSL | 328.85º | 0.29% | 0.35% | - |
| HSV(B) | 328.85º | 0.45% | 0.45% | - |
| XYZ | 10.69 | 7.94 | 10.64 | - |
| YUV | 81.63 | 132.73 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 63 | 90 | 0 | 0.45 | 0.22 | 0.55 | 328.85 | 0.29 | 0.35 |
| Hex | 73 | 3F | 5A | 0 | 2D | 16 | 37 | 149 | 1D | 23 |
| Octal | 163 | 77 | 132 | 0 | 55 | 26 | 67 | 511 | 35 | 43 |
| Binary | 1110011 | 111111 | 1011010 | 0 | 101101 | 10110 | 110111 | 101001001 | 11101 | 100011 |
Color Harmonies of #733F5A
Complementary color
Monochromatic Colors of #733F5A
Black with #733F5A
Text Example
Text Example
White with #733F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733F5A; }
p { color: rgb(115,63,90); }
H1.HeaderClassName
{
color: #733F5A;
}
.AnyTagClassName
{
color: #733F5A;
}
</style>
background-color css
<style>
a { background-color: #733F5A; }
a { background-color: rgb(115,63,90); }
div.DivClassName
{
background-color: #733F5A;
}
.BgClassName
{
background-color: #733F5A;
}
</style>
border-color css
<style>
span { border-color: #733F5A; }
span { border-color: rgb(115,63,90); }
td.TdClassName
{
border-color: #733F5A;
}
.TagClassName
{
border-color: #733F5A;
}
</style>