Shades of Finn #734B53
Tints of Finn #734B53
RGB
CMYK
RGB Variations
Color information
#734B53 (or 0x734B53) is known color: Finn. HEX triplet: 73, 4B and 53. RGB value is (115,75,83). Sum of RGB (Red+Green+Blue) = 115+75+83=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 115 - color contains mainly: red. Hex color #734B53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734B53 is #8CB4AC. Grayscale: #575757. Windows color (decimal): -9221293 or 5458803. OLE color: 5458803.
HSL color Cylindrical-coordinate representation of color #734B53: hue angle of 348º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #734B53 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 75 | 83 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.55 |
| HSL | 348º | 0.21% | 0.37% | - |
| HSV(B) | 348º | 0.35% | 0.45% | - |
| XYZ | 11.15 | 9.3 | 9.39 | - |
| YUV | 87.87 | 125.25 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 75 | 83 | 0 | 0.35 | 0.28 | 0.55 | 348 | 0.21 | 0.37 |
| Hex | 73 | 4B | 53 | 0 | 23 | 1C | 37 | 15C | 15 | 25 |
| Octal | 163 | 113 | 123 | 0 | 43 | 34 | 67 | 534 | 25 | 45 |
| Binary | 1110011 | 1001011 | 1010011 | 0 | 100011 | 11100 | 110111 | 101011100 | 10101 | 100101 |
Color Harmonies of #734B53
Complementary color
Monochromatic Colors of #734B53
Black with #734B53
Text Example
Text Example
White with #734B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734B53; }
p { color: rgb(115,75,83); }
H1.HeaderClassName
{
color: #734B53;
}
.AnyTagClassName
{
color: #734B53;
}
</style>
background-color css
<style>
a { background-color: #734B53; }
a { background-color: rgb(115,75,83); }
div.DivClassName
{
background-color: #734B53;
}
.BgClassName
{
background-color: #734B53;
}
</style>
border-color css
<style>
span { border-color: #734B53; }
span { border-color: rgb(115,75,83); }
td.TdClassName
{
border-color: #734B53;
}
.TagClassName
{
border-color: #734B53;
}
</style>