Shades of Finn #723D52
Tints of Finn #723D52
RGB
CMYK
RGB Variations
Color information
#723D52 (or 0x723D52) is known color: Finn. HEX triplet: 72, 3D and 52. RGB value is (114,61,82). Sum of RGB (Red+Green+Blue) = 114+61+82=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 114 - color contains mainly: red. Hex color #723D52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723D52 is #8DC2AD. Grayscale: #4F4F4F. Windows color (decimal): -9290414 or 5389682. OLE color: 5389682.
HSL color Cylindrical-coordinate representation of color #723D52: hue angle of 336.23º 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 #723D52 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 61 | 82 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.55 |
| HSL | 336.23º | 0.3% | 0.34% | - |
| HSV(B) | 336.23º | 0.46% | 0.45% | - |
| XYZ | 10.13 | 7.52 | 8.9 | - |
| YUV | 79.24 | 129.56 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 61 | 82 | 0 | 0.46 | 0.28 | 0.55 | 336.23 | 0.3 | 0.34 |
| Hex | 72 | 3D | 52 | 0 | 2E | 1C | 37 | 150 | 1E | 22 |
| Octal | 162 | 75 | 122 | 0 | 56 | 34 | 67 | 520 | 36 | 42 |
| Binary | 1110010 | 111101 | 1010010 | 0 | 101110 | 11100 | 110111 | 101010000 | 11110 | 100010 |
Color Harmonies of #723D52
Complementary color
Monochromatic Colors of #723D52
Black with #723D52
Text Example
Text Example
White with #723D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723D52; }
p { color: rgb(114,61,82); }
H1.HeaderClassName
{
color: #723D52;
}
.AnyTagClassName
{
color: #723D52;
}
</style>
background-color css
<style>
a { background-color: #723D52; }
a { background-color: rgb(114,61,82); }
div.DivClassName
{
background-color: #723D52;
}
.BgClassName
{
background-color: #723D52;
}
</style>
border-color css
<style>
span { border-color: #723D52; }
span { border-color: rgb(114,61,82); }
td.TdClassName
{
border-color: #723D52;
}
.TagClassName
{
border-color: #723D52;
}
</style>