Shades of Flirt #812C53
Tints of Flirt #812C53
RGB
CMYK
RGB Variations
Color information
#812C53 (or 0x812C53) is known color: Flirt. HEX triplet: 81, 2C and 53. RGB value is (129,44,83). Sum of RGB (Red+Green+Blue) = 129+44+83=256 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.39% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 129 - color contains mainly: red. Hex color #812C53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812C53 is #7ED3AC. Grayscale: #494949. Windows color (decimal): -8311725 or 5450881. OLE color: 5450881.
HSL color Cylindrical-coordinate representation of color #812C53: hue angle of 332.47º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #812C53 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 44 | 83 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.49 |
| HSL | 332.47º | 0.49% | 0.34% | - |
| HSV(B) | 332.47º | 0.66% | 0.51% | - |
| XYZ | 11.52 | 7.09 | 8.95 | - |
| YUV | 73.86 | 133.16 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 44 | 83 | 0 | 0.66 | 0.36 | 0.49 | 332.47 | 0.49 | 0.34 |
| Hex | 81 | 2C | 53 | 0 | 42 | 24 | 31 | 14C | 31 | 22 |
| Octal | 201 | 54 | 123 | 0 | 102 | 44 | 61 | 514 | 61 | 42 |
| Binary | 10000001 | 101100 | 1010011 | 0 | 1000010 | 100100 | 110001 | 101001100 | 110001 | 100010 |
Color Harmonies of #812C53
Complementary color
Monochromatic Colors of #812C53
Black with #812C53
Text Example
Text Example
White with #812C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812C53; }
p { color: rgb(129,44,83); }
H1.HeaderClassName
{
color: #812C53;
}
.AnyTagClassName
{
color: #812C53;
}
</style>
background-color css
<style>
a { background-color: #812C53; }
a { background-color: rgb(129,44,83); }
div.DivClassName
{
background-color: #812C53;
}
.BgClassName
{
background-color: #812C53;
}
</style>
border-color css
<style>
span { border-color: #812C53; }
span { border-color: rgb(129,44,83); }
td.TdClassName
{
border-color: #812C53;
}
.TagClassName
{
border-color: #812C53;
}
</style>