Shades of Flirt #81174F
Tints of Flirt #81174F
RGB
CMYK
RGB Variations
Color information
#81174F (or 0x81174F) is known color: Flirt. HEX triplet: 81, 17 and 4F. RGB value is (129,23,79). Sum of RGB (Red+Green+Blue) = 129+23+79=231 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.84% from 231); Green value is 23 (9.38% from 255 or 9.96% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 129 - color contains mainly: red. Hex color #81174F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81174F is #7EE8B0. Grayscale: #3C3C3C. Windows color (decimal): -8317105 or 5183361. OLE color: 5183361.
HSL color Cylindrical-coordinate representation of color #81174F: hue angle of 328.3º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #81174F is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 23 | 79 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.49 |
| HSL | 328.3º | 0.7% | 0.3% | - |
| HSV(B) | 328.3º | 0.82% | 0.51% | - |
| XYZ | 10.77 | 5.84 | 7.96 | - |
| YUV | 61.08 | 138.12 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 23 | 79 | 0 | 0.82 | 0.39 | 0.49 | 328.3 | 0.7 | 0.3 |
| Hex | 81 | 17 | 4F | 0 | 52 | 27 | 31 | 148 | 46 | 1E |
| Octal | 201 | 27 | 117 | 0 | 122 | 47 | 61 | 510 | 106 | 36 |
| Binary | 10000001 | 10111 | 1001111 | 0 | 1010010 | 100111 | 110001 | 101001000 | 1000110 | 11110 |
Color Harmonies of #81174F
Complementary color
Monochromatic Colors of #81174F
Black with #81174F
Text Example
Text Example
White with #81174F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81174F; }
p { color: rgb(129,23,79); }
H1.HeaderClassName
{
color: #81174F;
}
.AnyTagClassName
{
color: #81174F;
}
</style>
background-color css
<style>
a { background-color: #81174F; }
a { background-color: rgb(129,23,79); }
div.DivClassName
{
background-color: #81174F;
}
.BgClassName
{
background-color: #81174F;
}
</style>
border-color css
<style>
span { border-color: #81174F; }
span { border-color: rgb(129,23,79); }
td.TdClassName
{
border-color: #81174F;
}
.TagClassName
{
border-color: #81174F;
}
</style>