Shades of Finn #733C5D
Tints of Finn #733C5D
RGB
CMYK
RGB Variations
Color information
#733C5D (or 0x733C5D) is known color: Finn. HEX triplet: 73, 3C and 5D. RGB value is (115,60,93). Sum of RGB (Red+Green+Blue) = 115+60+93=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 115 - color contains mainly: red. Hex color #733C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733C5D is #8CC3A2. Grayscale: #505050. Windows color (decimal): -9225123 or 6110323. OLE color: 6110323.
HSL color Cylindrical-coordinate representation of color #733C5D: hue angle of 324º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #733C5D is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 60 | 93 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.55 |
| HSL | 324º | 0.31% | 0.34% | - |
| HSV(B) | 324º | 0.48% | 0.45% | - |
| XYZ | 10.66 | 7.67 | 11.27 | - |
| YUV | 80.21 | 135.22 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 60 | 93 | 0 | 0.48 | 0.19 | 0.55 | 324 | 0.31 | 0.34 |
| Hex | 73 | 3C | 5D | 0 | 30 | 13 | 37 | 144 | 1F | 22 |
| Octal | 163 | 74 | 135 | 0 | 60 | 23 | 67 | 504 | 37 | 42 |
| Binary | 1110011 | 111100 | 1011101 | 0 | 110000 | 10011 | 110111 | 101000100 | 11111 | 100010 |
Color Harmonies of #733C5D
Complementary color
Monochromatic Colors of #733C5D
Black with #733C5D
Text Example
Text Example
White with #733C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733C5D; }
p { color: rgb(115,60,93); }
H1.HeaderClassName
{
color: #733C5D;
}
.AnyTagClassName
{
color: #733C5D;
}
</style>
background-color css
<style>
a { background-color: #733C5D; }
a { background-color: rgb(115,60,93); }
div.DivClassName
{
background-color: #733C5D;
}
.BgClassName
{
background-color: #733C5D;
}
</style>
border-color css
<style>
span { border-color: #733C5D; }
span { border-color: rgb(115,60,93); }
td.TdClassName
{
border-color: #733C5D;
}
.TagClassName
{
border-color: #733C5D;
}
</style>