Shades of Finn #723B55
Tints of Finn #723B55
RGB
CMYK
RGB Variations
Color information
#723B55 (or 0x723B55) is known color: Finn. HEX triplet: 72, 3B and 55. RGB value is (114,59,85). Sum of RGB (Red+Green+Blue) = 114+59+85=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 59 (23.44% from 255 or 22.87% from 258); Blue value is 85 (33.59% from 255 or 32.95% from 258); Max value from RGB is 114 - color contains mainly: red. Hex color #723B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723B55 is #8DC4AA. Grayscale: #4E4E4E. Windows color (decimal): -9290923 or 5585778. OLE color: 5585778.
HSL color Cylindrical-coordinate representation of color #723B55: hue angle of 331.64º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #723B55 is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 59 | 85 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.55 |
| HSL | 331.64º | 0.32% | 0.34% | - |
| HSV(B) | 331.64º | 0.48% | 0.45% | - |
| XYZ | 10.14 | 7.36 | 9.48 | - |
| YUV | 78.41 | 131.72 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 59 | 85 | 0 | 0.48 | 0.25 | 0.55 | 331.64 | 0.32 | 0.34 |
| Hex | 72 | 3B | 55 | 0 | 30 | 19 | 37 | 14C | 20 | 22 |
| Octal | 162 | 73 | 125 | 0 | 60 | 31 | 67 | 514 | 40 | 42 |
| Binary | 1110010 | 111011 | 1010101 | 0 | 110000 | 11001 | 110111 | 101001100 | 100000 | 100010 |
Color Harmonies of #723B55
Complementary color
Monochromatic Colors of #723B55
Black with #723B55
Text Example
Text Example
White with #723B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723B55; }
p { color: rgb(114,59,85); }
H1.HeaderClassName
{
color: #723B55;
}
.AnyTagClassName
{
color: #723B55;
}
</style>
background-color css
<style>
a { background-color: #723B55; }
a { background-color: rgb(114,59,85); }
div.DivClassName
{
background-color: #723B55;
}
.BgClassName
{
background-color: #723B55;
}
</style>
border-color css
<style>
span { border-color: #723B55; }
span { border-color: rgb(114,59,85); }
td.TdClassName
{
border-color: #723B55;
}
.TagClassName
{
border-color: #723B55;
}
</style>