Shades of Finn #723E58
Tints of Finn #723E58
RGB
CMYK
RGB Variations
Color information
#723E58 (or 0x723E58) is known color: Finn. HEX triplet: 72, 3E and 58. RGB value is (114,62,88). Sum of RGB (Red+Green+Blue) = 114+62+88=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 62 (24.61% from 255 or 23.48% from 264); Blue value is 88 (34.77% from 255 or 33.33% from 264); Max value from RGB is 114 - color contains mainly: red. Hex color #723E58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723E58 is #8DC1A7. Grayscale: #505050. Windows color (decimal): -9290152 or 5783154. OLE color: 5783154.
HSL color Cylindrical-coordinate representation of color #723E58: hue angle of 330º 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 #723E58 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 62 | 88 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.55 |
| HSL | 330º | 0.3% | 0.35% | - |
| HSV(B) | 330º | 0.46% | 0.45% | - |
| XYZ | 10.42 | 7.73 | 10.17 | - |
| YUV | 80.51 | 132.23 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 62 | 88 | 0 | 0.46 | 0.23 | 0.55 | 330 | 0.3 | 0.35 |
| Hex | 72 | 3E | 58 | 0 | 2E | 17 | 37 | 14A | 1E | 23 |
| Octal | 162 | 76 | 130 | 0 | 56 | 27 | 67 | 512 | 36 | 43 |
| Binary | 1110010 | 111110 | 1011000 | 0 | 101110 | 10111 | 110111 | 101001010 | 11110 | 100011 |
Color Harmonies of #723E58
Complementary color
Monochromatic Colors of #723E58
Black with #723E58
Text Example
Text Example
White with #723E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723E58; }
p { color: rgb(114,62,88); }
H1.HeaderClassName
{
color: #723E58;
}
.AnyTagClassName
{
color: #723E58;
}
</style>
background-color css
<style>
a { background-color: #723E58; }
a { background-color: rgb(114,62,88); }
div.DivClassName
{
background-color: #723E58;
}
.BgClassName
{
background-color: #723E58;
}
</style>
border-color css
<style>
span { border-color: #723E58; }
span { border-color: rgb(114,62,88); }
td.TdClassName
{
border-color: #723E58;
}
.TagClassName
{
border-color: #723E58;
}
</style>