Shades of Finn #73395A
Tints of Finn #73395A
RGB
CMYK
RGB Variations
Color information
#73395A (or 0x73395A) is known color: Finn. HEX triplet: 73, 39 and 5A. RGB value is (115,57,90). Sum of RGB (Red+Green+Blue) = 115+57+90=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 115 - color contains mainly: red. Hex color #73395A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73395A is #8CC6A5. Grayscale: #4E4E4E. Windows color (decimal): -9225894 or 5912947. OLE color: 5912947.
HSL color Cylindrical-coordinate representation of color #73395A: hue angle of 325.86º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73395A is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 57 | 90 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.55 |
| HSL | 325.86º | 0.34% | 0.34% | - |
| HSV(B) | 325.86º | 0.5% | 0.45% | - |
| XYZ | 10.38 | 7.31 | 10.54 | - |
| YUV | 78.1 | 134.72 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 57 | 90 | 0 | 0.50 | 0.22 | 0.55 | 325.86 | 0.34 | 0.34 |
| Hex | 73 | 39 | 5A | 0 | 32 | 16 | 37 | 146 | 22 | 22 |
| Octal | 163 | 71 | 132 | 0 | 62 | 26 | 67 | 506 | 42 | 42 |
| Binary | 1110011 | 111001 | 1011010 | 0 | 110010 | 10110 | 110111 | 101000110 | 100010 | 100010 |
Color Harmonies of #73395A
Complementary color
Monochromatic Colors of #73395A
Black with #73395A
Text Example
Text Example
White with #73395A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73395A; }
p { color: rgb(115,57,90); }
H1.HeaderClassName
{
color: #73395A;
}
.AnyTagClassName
{
color: #73395A;
}
</style>
background-color css
<style>
a { background-color: #73395A; }
a { background-color: rgb(115,57,90); }
div.DivClassName
{
background-color: #73395A;
}
.BgClassName
{
background-color: #73395A;
}
</style>
border-color css
<style>
span { border-color: #73395A; }
span { border-color: rgb(115,57,90); }
td.TdClassName
{
border-color: #73395A;
}
.TagClassName
{
border-color: #73395A;
}
</style>