Shades of Finn #72385C
Tints of Finn #72385C
RGB
CMYK
RGB Variations
Color information
#72385C (or 0x72385C) is known color: Finn. HEX triplet: 72, 38 and 5C. RGB value is (114,56,92). Sum of RGB (Red+Green+Blue) = 114+56+92=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 114 - color contains mainly: red. Hex color #72385C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72385C is #8DC7A3. Grayscale: #4D4D4D. Windows color (decimal): -9291684 or 6043762. OLE color: 6043762.
HSL color Cylindrical-coordinate representation of color #72385C: hue angle of 322.76º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72385C is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 56 | 92 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.55 |
| HSL | 322.76º | 0.34% | 0.33% | - |
| HSV(B) | 322.76º | 0.51% | 0.45% | - |
| XYZ | 10.29 | 7.18 | 10.97 | - |
| YUV | 77.45 | 136.22 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 56 | 92 | 0 | 0.51 | 0.19 | 0.55 | 322.76 | 0.34 | 0.33 |
| Hex | 72 | 38 | 5C | 0 | 33 | 13 | 37 | 143 | 22 | 21 |
| Octal | 162 | 70 | 134 | 0 | 63 | 23 | 67 | 503 | 42 | 41 |
| Binary | 1110010 | 111000 | 1011100 | 0 | 110011 | 10011 | 110111 | 101000011 | 100010 | 100001 |
Color Harmonies of #72385C
Complementary color
Monochromatic Colors of #72385C
Black with #72385C
Text Example
Text Example
White with #72385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72385C; }
p { color: rgb(114,56,92); }
H1.HeaderClassName
{
color: #72385C;
}
.AnyTagClassName
{
color: #72385C;
}
</style>
background-color css
<style>
a { background-color: #72385C; }
a { background-color: rgb(114,56,92); }
div.DivClassName
{
background-color: #72385C;
}
.BgClassName
{
background-color: #72385C;
}
</style>
border-color css
<style>
span { border-color: #72385C; }
span { border-color: rgb(114,56,92); }
td.TdClassName
{
border-color: #72385C;
}
.TagClassName
{
border-color: #72385C;
}
</style>