Shades of Finn #72445B
Tints of Finn #72445B
RGB
CMYK
RGB Variations
Color information
#72445B (or 0x72445B) is known color: Finn. HEX triplet: 72, 44 and 5B. RGB value is (114,68,91). Sum of RGB (Red+Green+Blue) = 114+68+91=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 114 - color contains mainly: red. Hex color #72445B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72445B is #8DBBA4. Grayscale: #545454. Windows color (decimal): -9288613 or 5981298. OLE color: 5981298.
HSL color Cylindrical-coordinate representation of color #72445B: hue angle of 330º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72445B is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 68 | 91 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.55 |
| HSL | 330º | 0.25% | 0.36% | - |
| HSV(B) | 330º | 0.4% | 0.45% | - |
| XYZ | 10.89 | 8.47 | 10.96 | - |
| YUV | 84.38 | 131.74 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 68 | 91 | 0 | 0.40 | 0.20 | 0.55 | 330 | 0.25 | 0.36 |
| Hex | 72 | 44 | 5B | 0 | 28 | 14 | 37 | 14A | 19 | 24 |
| Octal | 162 | 104 | 133 | 0 | 50 | 24 | 67 | 512 | 31 | 44 |
| Binary | 1110010 | 1000100 | 1011011 | 0 | 101000 | 10100 | 110111 | 101001010 | 11001 | 100100 |
Color Harmonies of #72445B
Complementary color
Monochromatic Colors of #72445B
Black with #72445B
Text Example
Text Example
White with #72445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72445B; }
p { color: rgb(114,68,91); }
H1.HeaderClassName
{
color: #72445B;
}
.AnyTagClassName
{
color: #72445B;
}
</style>
background-color css
<style>
a { background-color: #72445B; }
a { background-color: rgb(114,68,91); }
div.DivClassName
{
background-color: #72445B;
}
.BgClassName
{
background-color: #72445B;
}
</style>
border-color css
<style>
span { border-color: #72445B; }
span { border-color: rgb(114,68,91); }
td.TdClassName
{
border-color: #72445B;
}
.TagClassName
{
border-color: #72445B;
}
</style>