Shades of Finn #733E5A
Tints of Finn #733E5A
RGB
CMYK
RGB Variations
Color information
#733E5A (or 0x733E5A) is known color: Finn. HEX triplet: 73, 3E and 5A. RGB value is (115,62,90). Sum of RGB (Red+Green+Blue) = 115+62+90=267 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.07% from 267); Green value is 62 (24.61% from 255 or 23.22% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 115 - color contains mainly: red. Hex color #733E5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733E5A is #8CC1A5. Grayscale: #505050. Windows color (decimal): -9224614 or 5914227. OLE color: 5914227.
HSL color Cylindrical-coordinate representation of color #733E5A: hue angle of 328.3º 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 #733E5A is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 62 | 90 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.55 |
| HSL | 328.3º | 0.3% | 0.35% | - |
| HSV(B) | 328.3º | 0.46% | 0.45% | - |
| XYZ | 10.64 | 7.83 | 10.62 | - |
| YUV | 81.04 | 133.06 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 62 | 90 | 0 | 0.46 | 0.22 | 0.55 | 328.3 | 0.3 | 0.35 |
| Hex | 73 | 3E | 5A | 0 | 2E | 16 | 37 | 148 | 1E | 23 |
| Octal | 163 | 76 | 132 | 0 | 56 | 26 | 67 | 510 | 36 | 43 |
| Binary | 1110011 | 111110 | 1011010 | 0 | 101110 | 10110 | 110111 | 101001000 | 11110 | 100011 |
Color Harmonies of #733E5A
Complementary color
Monochromatic Colors of #733E5A
Black with #733E5A
Text Example
Text Example
White with #733E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733E5A; }
p { color: rgb(115,62,90); }
H1.HeaderClassName
{
color: #733E5A;
}
.AnyTagClassName
{
color: #733E5A;
}
</style>
background-color css
<style>
a { background-color: #733E5A; }
a { background-color: rgb(115,62,90); }
div.DivClassName
{
background-color: #733E5A;
}
.BgClassName
{
background-color: #733E5A;
}
</style>
border-color css
<style>
span { border-color: #733E5A; }
span { border-color: rgb(115,62,90); }
td.TdClassName
{
border-color: #733E5A;
}
.TagClassName
{
border-color: #733E5A;
}
</style>