Shades of Finn #723E53
Tints of Finn #723E53
RGB
CMYK
RGB Variations
Color information
#723E53 (or 0x723E53) is known color: Finn. HEX triplet: 72, 3E and 53. RGB value is (114,62,83). Sum of RGB (Red+Green+Blue) = 114+62+83=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 83 (32.81% from 255 or 32.05% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #723E53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723E53 is #8DC1AC. Grayscale: #4F4F4F. Windows color (decimal): -9290157 or 5455474. OLE color: 5455474.
HSL color Cylindrical-coordinate representation of color #723E53: hue angle of 335.77º 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 #723E53 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 62 | 83 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.55 |
| HSL | 335.77º | 0.3% | 0.35% | - |
| HSV(B) | 335.77º | 0.46% | 0.45% | - |
| XYZ | 10.22 | 7.65 | 9.12 | - |
| YUV | 79.94 | 129.73 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 62 | 83 | 0 | 0.46 | 0.27 | 0.55 | 335.77 | 0.3 | 0.35 |
| Hex | 72 | 3E | 53 | 0 | 2E | 1B | 37 | 150 | 1E | 23 |
| Octal | 162 | 76 | 123 | 0 | 56 | 33 | 67 | 520 | 36 | 43 |
| Binary | 1110010 | 111110 | 1010011 | 0 | 101110 | 11011 | 110111 | 101010000 | 11110 | 100011 |
Color Harmonies of #723E53
Complementary color
Monochromatic Colors of #723E53
Black with #723E53
Text Example
Text Example
White with #723E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723E53; }
p { color: rgb(114,62,83); }
H1.HeaderClassName
{
color: #723E53;
}
.AnyTagClassName
{
color: #723E53;
}
</style>
background-color css
<style>
a { background-color: #723E53; }
a { background-color: rgb(114,62,83); }
div.DivClassName
{
background-color: #723E53;
}
.BgClassName
{
background-color: #723E53;
}
</style>
border-color css
<style>
span { border-color: #723E53; }
span { border-color: rgb(114,62,83); }
td.TdClassName
{
border-color: #723E53;
}
.TagClassName
{
border-color: #723E53;
}
</style>