Shades of Finn #723D54
Tints of Finn #723D54
RGB
CMYK
RGB Variations
Color information
#723D54 (or 0x723D54) is known color: Finn. HEX triplet: 72, 3D and 54. RGB value is (114,61,84). Sum of RGB (Red+Green+Blue) = 114+61+84=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 61 (24.22% from 255 or 23.55% from 259); Blue value is 84 (33.20% from 255 or 32.43% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #723D54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723D54 is #8DC2AB. Grayscale: #4F4F4F. Windows color (decimal): -9290412 or 5520754. OLE color: 5520754.
HSL color Cylindrical-coordinate representation of color #723D54: hue angle of 333.96º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #723D54 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 61 | 84 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.55 |
| HSL | 333.96º | 0.3% | 0.34% | - |
| HSV(B) | 333.96º | 0.46% | 0.45% | - |
| XYZ | 10.21 | 7.55 | 9.31 | - |
| YUV | 79.47 | 130.56 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 61 | 84 | 0 | 0.46 | 0.26 | 0.55 | 333.96 | 0.3 | 0.34 |
| Hex | 72 | 3D | 54 | 0 | 2E | 1A | 37 | 14E | 1E | 22 |
| Octal | 162 | 75 | 124 | 0 | 56 | 32 | 67 | 516 | 36 | 42 |
| Binary | 1110010 | 111101 | 1010100 | 0 | 101110 | 11010 | 110111 | 101001110 | 11110 | 100010 |
Color Harmonies of #723D54
Complementary color
Monochromatic Colors of #723D54
Black with #723D54
Text Example
Text Example
White with #723D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723D54; }
p { color: rgb(114,61,84); }
H1.HeaderClassName
{
color: #723D54;
}
.AnyTagClassName
{
color: #723D54;
}
</style>
background-color css
<style>
a { background-color: #723D54; }
a { background-color: rgb(114,61,84); }
div.DivClassName
{
background-color: #723D54;
}
.BgClassName
{
background-color: #723D54;
}
</style>
border-color css
<style>
span { border-color: #723D54; }
span { border-color: rgb(114,61,84); }
td.TdClassName
{
border-color: #723D54;
}
.TagClassName
{
border-color: #723D54;
}
</style>