Shades of Finn #72375C
Tints of Finn #72375C
RGB
CMYK
RGB Variations
Color information
#72375C (or 0x72375C) is known color: Finn. HEX triplet: 72, 37 and 5C. RGB value is (114,55,92). Sum of RGB (Red+Green+Blue) = 114+55+92=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 114 - color contains mainly: red. Hex color #72375C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72375C is #8DC8A3. Grayscale: #4C4C4C. Windows color (decimal): -9291940 or 6043506. OLE color: 6043506.
HSL color Cylindrical-coordinate representation of color #72375C: hue angle of 322.37º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72375C is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 55 | 92 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.55 |
| HSL | 322.37º | 0.35% | 0.33% | - |
| HSV(B) | 322.37º | 0.52% | 0.45% | - |
| XYZ | 10.24 | 7.08 | 10.95 | - |
| YUV | 76.86 | 136.55 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 55 | 92 | 0 | 0.52 | 0.19 | 0.55 | 322.37 | 0.35 | 0.33 |
| Hex | 72 | 37 | 5C | 0 | 34 | 13 | 37 | 142 | 23 | 21 |
| Octal | 162 | 67 | 134 | 0 | 64 | 23 | 67 | 502 | 43 | 41 |
| Binary | 1110010 | 110111 | 1011100 | 0 | 110100 | 10011 | 110111 | 101000010 | 100011 | 100001 |
Color Harmonies of #72375C
Complementary color
Monochromatic Colors of #72375C
Black with #72375C
Text Example
Text Example
White with #72375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72375C; }
p { color: rgb(114,55,92); }
H1.HeaderClassName
{
color: #72375C;
}
.AnyTagClassName
{
color: #72375C;
}
</style>
background-color css
<style>
a { background-color: #72375C; }
a { background-color: rgb(114,55,92); }
div.DivClassName
{
background-color: #72375C;
}
.BgClassName
{
background-color: #72375C;
}
</style>
border-color css
<style>
span { border-color: #72375C; }
span { border-color: rgb(114,55,92); }
td.TdClassName
{
border-color: #72375C;
}
.TagClassName
{
border-color: #72375C;
}
</style>