Shades of Finn #72385D
Tints of Finn #72385D
RGB
CMYK
RGB Variations
Color information
#72385D (or 0x72385D) is known color: Finn. HEX triplet: 72, 38 and 5D. RGB value is (114,56,93). Sum of RGB (Red+Green+Blue) = 114+56+93=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 114 - color contains mainly: red. Hex color #72385D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72385D is #8DC7A2. Grayscale: #4D4D4D. Windows color (decimal): -9291683 or 6109298. OLE color: 6109298.
HSL color Cylindrical-coordinate representation of color #72385D: hue angle of 321.72º 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 #72385D is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 56 | 93 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.55 |
| HSL | 321.72º | 0.34% | 0.33% | - |
| HSV(B) | 321.72º | 0.51% | 0.45% | - |
| XYZ | 10.33 | 7.2 | 11.2 | - |
| YUV | 77.56 | 136.72 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 56 | 93 | 0 | 0.51 | 0.18 | 0.55 | 321.72 | 0.34 | 0.33 |
| Hex | 72 | 38 | 5D | 0 | 33 | 12 | 37 | 142 | 22 | 21 |
| Octal | 162 | 70 | 135 | 0 | 63 | 22 | 67 | 502 | 42 | 41 |
| Binary | 1110010 | 111000 | 1011101 | 0 | 110011 | 10010 | 110111 | 101000010 | 100010 | 100001 |
Color Harmonies of #72385D
Complementary color
Monochromatic Colors of #72385D
Black with #72385D
Text Example
Text Example
White with #72385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72385D; }
p { color: rgb(114,56,93); }
H1.HeaderClassName
{
color: #72385D;
}
.AnyTagClassName
{
color: #72385D;
}
</style>
background-color css
<style>
a { background-color: #72385D; }
a { background-color: rgb(114,56,93); }
div.DivClassName
{
background-color: #72385D;
}
.BgClassName
{
background-color: #72385D;
}
</style>
border-color css
<style>
span { border-color: #72385D; }
span { border-color: rgb(114,56,93); }
td.TdClassName
{
border-color: #72385D;
}
.TagClassName
{
border-color: #72385D;
}
</style>