Shades of Flirt #812C50
Tints of Flirt #812C50
RGB
CMYK
RGB Variations
Color information
#812C50 (or 0x812C50) is known color: Flirt. HEX triplet: 81, 2C and 50. RGB value is (129,44,80). Sum of RGB (Red+Green+Blue) = 129+44+80=253 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.99% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 129 - color contains mainly: red. Hex color #812C50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812C50 is #7ED3AF. Grayscale: #494949. Windows color (decimal): -8311728 or 5254273. OLE color: 5254273.
HSL color Cylindrical-coordinate representation of color #812C50: hue angle of 334.59º 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 #812C50 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 44 | 80 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.49 |
| HSL | 334.59º | 0.49% | 0.34% | - |
| HSV(B) | 334.59º | 0.66% | 0.51% | - |
| XYZ | 11.4 | 7.05 | 8.35 | - |
| YUV | 73.52 | 131.66 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 44 | 80 | 0 | 0.66 | 0.38 | 0.49 | 334.59 | 0.49 | 0.34 |
| Hex | 81 | 2C | 50 | 0 | 42 | 26 | 31 | 14F | 31 | 22 |
| Octal | 201 | 54 | 120 | 0 | 102 | 46 | 61 | 517 | 61 | 42 |
| Binary | 10000001 | 101100 | 1010000 | 0 | 1000010 | 100110 | 110001 | 101001111 | 110001 | 100010 |
Color Harmonies of #812C50
Complementary color
Monochromatic Colors of #812C50
Black with #812C50
Text Example
Text Example
White with #812C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812C50; }
p { color: rgb(129,44,80); }
H1.HeaderClassName
{
color: #812C50;
}
.AnyTagClassName
{
color: #812C50;
}
</style>
background-color css
<style>
a { background-color: #812C50; }
a { background-color: rgb(129,44,80); }
div.DivClassName
{
background-color: #812C50;
}
.BgClassName
{
background-color: #812C50;
}
</style>
border-color css
<style>
span { border-color: #812C50; }
span { border-color: rgb(129,44,80); }
td.TdClassName
{
border-color: #812C50;
}
.TagClassName
{
border-color: #812C50;
}
</style>