Shades of Finn #723F58
Tints of Finn #723F58
RGB
CMYK
RGB Variations
Color information
#723F58 (or 0x723F58) is known color: Finn. HEX triplet: 72, 3F and 58. RGB value is (114,63,88). Sum of RGB (Red+Green+Blue) = 114+63+88=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 63 (25% from 255 or 23.77% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 114 - color contains mainly: red. Hex color #723F58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723F58 is #8DC0A7. Grayscale: #515151. Windows color (decimal): -9289896 or 5783410. OLE color: 5783410.
HSL color Cylindrical-coordinate representation of color #723F58: hue angle of 330.59º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #723F58 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 63 | 88 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.55 |
| HSL | 330.59º | 0.29% | 0.35% | - |
| HSV(B) | 330.59º | 0.45% | 0.45% | - |
| XYZ | 10.48 | 7.84 | 10.19 | - |
| YUV | 81.1 | 131.9 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 63 | 88 | 0 | 0.45 | 0.23 | 0.55 | 330.59 | 0.29 | 0.35 |
| Hex | 72 | 3F | 58 | 0 | 2D | 17 | 37 | 14B | 1D | 23 |
| Octal | 162 | 77 | 130 | 0 | 55 | 27 | 67 | 513 | 35 | 43 |
| Binary | 1110010 | 111111 | 1011000 | 0 | 101101 | 10111 | 110111 | 101001011 | 11101 | 100011 |
Color Harmonies of #723F58
Complementary color
Monochromatic Colors of #723F58
Black with #723F58
Text Example
Text Example
White with #723F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723F58; }
p { color: rgb(114,63,88); }
H1.HeaderClassName
{
color: #723F58;
}
.AnyTagClassName
{
color: #723F58;
}
</style>
background-color css
<style>
a { background-color: #723F58; }
a { background-color: rgb(114,63,88); }
div.DivClassName
{
background-color: #723F58;
}
.BgClassName
{
background-color: #723F58;
}
</style>
border-color css
<style>
span { border-color: #723F58; }
span { border-color: rgb(114,63,88); }
td.TdClassName
{
border-color: #723F58;
}
.TagClassName
{
border-color: #723F58;
}
</style>