Shades of Finn #72405C
Tints of Finn #72405C
RGB
CMYK
RGB Variations
Color information
#72405C (or 0x72405C) is known color: Finn. HEX triplet: 72, 40 and 5C. RGB value is (114,64,92). Sum of RGB (Red+Green+Blue) = 114+64+92=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 114 - color contains mainly: red. Hex color #72405C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72405C is #8DBFA3. Grayscale: #525252. Windows color (decimal): -9289636 or 6045810. OLE color: 6045810.
HSL color Cylindrical-coordinate representation of color #72405C: hue angle of 326.4º 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 #72405C is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 64 | 92 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.55 |
| HSL | 326.4º | 0.28% | 0.35% | - |
| HSV(B) | 326.4º | 0.44% | 0.45% | - |
| XYZ | 10.7 | 8.02 | 11.11 | - |
| YUV | 82.14 | 133.57 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 64 | 92 | 0 | 0.44 | 0.19 | 0.55 | 326.4 | 0.28 | 0.35 |
| Hex | 72 | 40 | 5C | 0 | 2C | 13 | 37 | 146 | 1C | 23 |
| Octal | 162 | 100 | 134 | 0 | 54 | 23 | 67 | 506 | 34 | 43 |
| Binary | 1110010 | 1000000 | 1011100 | 0 | 101100 | 10011 | 110111 | 101000110 | 11100 | 100011 |
Color Harmonies of #72405C
Complementary color
Monochromatic Colors of #72405C
Black with #72405C
Text Example
Text Example
White with #72405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72405C; }
p { color: rgb(114,64,92); }
H1.HeaderClassName
{
color: #72405C;
}
.AnyTagClassName
{
color: #72405C;
}
</style>
background-color css
<style>
a { background-color: #72405C; }
a { background-color: rgb(114,64,92); }
div.DivClassName
{
background-color: #72405C;
}
.BgClassName
{
background-color: #72405C;
}
</style>
border-color css
<style>
span { border-color: #72405C; }
span { border-color: rgb(114,64,92); }
td.TdClassName
{
border-color: #72405C;
}
.TagClassName
{
border-color: #72405C;
}
</style>