Shades of Finn #72405D
Tints of Finn #72405D
RGB
CMYK
RGB Variations
Color information
#72405D (or 0x72405D) is known color: Finn. HEX triplet: 72, 40 and 5D. RGB value is (114,64,93). Sum of RGB (Red+Green+Blue) = 114+64+93=271 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.07% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 114 - color contains mainly: red. Hex color #72405D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72405D is #8DBFA2. Grayscale: #525252. Windows color (decimal): -9289635 or 6111346. OLE color: 6111346.
HSL color Cylindrical-coordinate representation of color #72405D: hue angle of 325.2º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72405D is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 64 | 93 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.55 |
| HSL | 325.2º | 0.28% | 0.35% | - |
| HSV(B) | 325.2º | 0.44% | 0.45% | - |
| XYZ | 10.75 | 8.03 | 11.34 | - |
| YUV | 82.26 | 134.07 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 64 | 93 | 0 | 0.44 | 0.18 | 0.55 | 325.2 | 0.28 | 0.35 |
| Hex | 72 | 40 | 5D | 0 | 2C | 12 | 37 | 145 | 1C | 23 |
| Octal | 162 | 100 | 135 | 0 | 54 | 22 | 67 | 505 | 34 | 43 |
| Binary | 1110010 | 1000000 | 1011101 | 0 | 101100 | 10010 | 110111 | 101000101 | 11100 | 100011 |
Color Harmonies of #72405D
Complementary color
Monochromatic Colors of #72405D
Black with #72405D
Text Example
Text Example
White with #72405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72405D; }
p { color: rgb(114,64,93); }
H1.HeaderClassName
{
color: #72405D;
}
.AnyTagClassName
{
color: #72405D;
}
</style>
background-color css
<style>
a { background-color: #72405D; }
a { background-color: rgb(114,64,93); }
div.DivClassName
{
background-color: #72405D;
}
.BgClassName
{
background-color: #72405D;
}
</style>
border-color css
<style>
span { border-color: #72405D; }
span { border-color: rgb(114,64,93); }
td.TdClassName
{
border-color: #72405D;
}
.TagClassName
{
border-color: #72405D;
}
</style>