Shades of Flirt #82194C
Tints of Flirt #82194C
RGB
CMYK
RGB Variations
Color information
#82194C (or 0x82194C) is known color: Flirt. HEX triplet: 82, 19 and 4C. RGB value is (130,25,76). Sum of RGB (Red+Green+Blue) = 130+25+76=231 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.28% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 130 - color contains mainly: red. Hex color #82194C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82194C is #7DE6B3. Grayscale: #3E3E3E. Windows color (decimal): -8251060 or 4987266. OLE color: 4987266.
HSL color Cylindrical-coordinate representation of color #82194C: hue angle of 330.86º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #82194C is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 25 | 76 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.49 |
| HSL | 330.86º | 0.68% | 0.3% | - |
| HSV(B) | 330.86º | 0.81% | 0.51% | - |
| XYZ | 10.86 | 5.96 | 7.42 | - |
| YUV | 62.21 | 135.79 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 25 | 76 | 0 | 0.81 | 0.42 | 0.49 | 330.86 | 0.68 | 0.3 |
| Hex | 82 | 19 | 4C | 0 | 51 | 2A | 31 | 14B | 44 | 1E |
| Octal | 202 | 31 | 114 | 0 | 121 | 52 | 61 | 513 | 104 | 36 |
| Binary | 10000010 | 11001 | 1001100 | 0 | 1010001 | 101010 | 110001 | 101001011 | 1000100 | 11110 |
Color Harmonies of #82194C
Complementary color
Monochromatic Colors of #82194C
Black with #82194C
Text Example
Text Example
White with #82194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82194C; }
p { color: rgb(130,25,76); }
H1.HeaderClassName
{
color: #82194C;
}
.AnyTagClassName
{
color: #82194C;
}
</style>
background-color css
<style>
a { background-color: #82194C; }
a { background-color: rgb(130,25,76); }
div.DivClassName
{
background-color: #82194C;
}
.BgClassName
{
background-color: #82194C;
}
</style>
border-color css
<style>
span { border-color: #82194C; }
span { border-color: rgb(130,25,76); }
td.TdClassName
{
border-color: #82194C;
}
.TagClassName
{
border-color: #82194C;
}
</style>