Shades of Flirt #81344F
Tints of Flirt #81344F
RGB
CMYK
RGB Variations
Color information
#81344F (or 0x81344F) is known color: Flirt. HEX triplet: 81, 34 and 4F. RGB value is (129,52,79). Sum of RGB (Red+Green+Blue) = 129+52+79=260 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.62% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 79 (31.25% from 255 or 30.38% from 260); Max value from RGB is 129 - color contains mainly: red. Hex color #81344F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81344F is #7ECBB0. Grayscale: #4E4E4E. Windows color (decimal): -8309681 or 5190785. OLE color: 5190785.
HSL color Cylindrical-coordinate representation of color #81344F: hue angle of 338.96º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #81344F is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 52 | 79 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.49 |
| HSL | 338.96º | 0.43% | 0.35% | - |
| HSV(B) | 338.96º | 0.6% | 0.51% | - |
| XYZ | 11.69 | 7.69 | 8.26 | - |
| YUV | 78.1 | 128.51 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 52 | 79 | 0 | 0.60 | 0.39 | 0.49 | 338.96 | 0.43 | 0.35 |
| Hex | 81 | 34 | 4F | 0 | 3C | 27 | 31 | 153 | 2B | 23 |
| Octal | 201 | 64 | 117 | 0 | 74 | 47 | 61 | 523 | 53 | 43 |
| Binary | 10000001 | 110100 | 1001111 | 0 | 111100 | 100111 | 110001 | 101010011 | 101011 | 100011 |
Color Harmonies of #81344F
Complementary color
Monochromatic Colors of #81344F
Black with #81344F
Text Example
Text Example
White with #81344F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81344F; }
p { color: rgb(129,52,79); }
H1.HeaderClassName
{
color: #81344F;
}
.AnyTagClassName
{
color: #81344F;
}
</style>
background-color css
<style>
a { background-color: #81344F; }
a { background-color: rgb(129,52,79); }
div.DivClassName
{
background-color: #81344F;
}
.BgClassName
{
background-color: #81344F;
}
</style>
border-color css
<style>
span { border-color: #81344F; }
span { border-color: rgb(129,52,79); }
td.TdClassName
{
border-color: #81344F;
}
.TagClassName
{
border-color: #81344F;
}
</style>