Shades of Finn #723D51
Tints of Finn #723D51
RGB
CMYK
RGB Variations
Color information
#723D51 (or 0x723D51) is known color: Finn. HEX triplet: 72, 3D and 51. RGB value is (114,61,81). Sum of RGB (Red+Green+Blue) = 114+61+81=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 81 (32.03% from 255 or 31.64% from 256); Max value from RGB is 114 - color contains mainly: red. Hex color #723D51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723D51 is #8DC2AE. Grayscale: #4F4F4F. Windows color (decimal): -9290415 or 5324146. OLE color: 5324146.
HSL color Cylindrical-coordinate representation of color #723D51: hue angle of 337.36º 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 #723D51 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 61 | 81 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.55 |
| HSL | 337.36º | 0.3% | 0.34% | - |
| HSV(B) | 337.36º | 0.46% | 0.45% | - |
| XYZ | 10.09 | 7.51 | 8.7 | - |
| YUV | 79.13 | 129.06 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 61 | 81 | 0 | 0.46 | 0.29 | 0.55 | 337.36 | 0.3 | 0.34 |
| Hex | 72 | 3D | 51 | 0 | 2E | 1D | 37 | 151 | 1E | 22 |
| Octal | 162 | 75 | 121 | 0 | 56 | 35 | 67 | 521 | 36 | 42 |
| Binary | 1110010 | 111101 | 1010001 | 0 | 101110 | 11101 | 110111 | 101010001 | 11110 | 100010 |
Color Harmonies of #723D51
Complementary color
Monochromatic Colors of #723D51
Black with #723D51
Text Example
Text Example
White with #723D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723D51; }
p { color: rgb(114,61,81); }
H1.HeaderClassName
{
color: #723D51;
}
.AnyTagClassName
{
color: #723D51;
}
</style>
background-color css
<style>
a { background-color: #723D51; }
a { background-color: rgb(114,61,81); }
div.DivClassName
{
background-color: #723D51;
}
.BgClassName
{
background-color: #723D51;
}
</style>
border-color css
<style>
span { border-color: #723D51; }
span { border-color: rgb(114,61,81); }
td.TdClassName
{
border-color: #723D51;
}
.TagClassName
{
border-color: #723D51;
}
</style>