Shades of Finn #72385B
Tints of Finn #72385B
RGB
CMYK
RGB Variations
Color information
#72385B (or 0x72385B) is known color: Finn. HEX triplet: 72, 38 and 5B. RGB value is (114,56,91). Sum of RGB (Red+Green+Blue) = 114+56+91=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 114 - color contains mainly: red. Hex color #72385B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72385B is #8DC7A4. Grayscale: #4D4D4D. Windows color (decimal): -9291685 or 5978226. OLE color: 5978226.
HSL color Cylindrical-coordinate representation of color #72385B: hue angle of 323.79º 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 #72385B is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 56 | 91 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.55 |
| HSL | 323.79º | 0.34% | 0.33% | - |
| HSV(B) | 323.79º | 0.51% | 0.45% | - |
| XYZ | 10.24 | 7.16 | 10.74 | - |
| YUV | 77.33 | 135.72 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 56 | 91 | 0 | 0.51 | 0.20 | 0.55 | 323.79 | 0.34 | 0.33 |
| Hex | 72 | 38 | 5B | 0 | 33 | 14 | 37 | 144 | 22 | 21 |
| Octal | 162 | 70 | 133 | 0 | 63 | 24 | 67 | 504 | 42 | 41 |
| Binary | 1110010 | 111000 | 1011011 | 0 | 110011 | 10100 | 110111 | 101000100 | 100010 | 100001 |
Color Harmonies of #72385B
Complementary color
Monochromatic Colors of #72385B
Black with #72385B
Text Example
Text Example
White with #72385B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72385B; }
p { color: rgb(114,56,91); }
H1.HeaderClassName
{
color: #72385B;
}
.AnyTagClassName
{
color: #72385B;
}
</style>
background-color css
<style>
a { background-color: #72385B; }
a { background-color: rgb(114,56,91); }
div.DivClassName
{
background-color: #72385B;
}
.BgClassName
{
background-color: #72385B;
}
</style>
border-color css
<style>
span { border-color: #72385B; }
span { border-color: rgb(114,56,91); }
td.TdClassName
{
border-color: #72385B;
}
.TagClassName
{
border-color: #72385B;
}
</style>