Shades of Flirt #81184C
Tints of Flirt #81184C
RGB
CMYK
RGB Variations
Color information
#81184C (or 0x81184C) is known color: Flirt. HEX triplet: 81, 18 and 4C. RGB value is (129,24,76). Sum of RGB (Red+Green+Blue) = 129+24+76=229 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.33% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 129 - color contains mainly: red. Hex color #81184C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81184C is #7EE7B3. Grayscale: #3D3D3D. Windows color (decimal): -8316852 or 4987009. OLE color: 4987009.
HSL color Cylindrical-coordinate representation of color #81184C: hue angle of 330.29º degrees, saturation: 0.69, 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 #81184C is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 24 | 76 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.49 |
| HSL | 330.29º | 0.69% | 0.3% | - |
| HSV(B) | 330.29º | 0.81% | 0.51% | - |
| XYZ | 10.68 | 5.84 | 7.4 | - |
| YUV | 61.32 | 136.29 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 24 | 76 | 0 | 0.81 | 0.41 | 0.49 | 330.29 | 0.69 | 0.3 |
| Hex | 81 | 18 | 4C | 0 | 51 | 29 | 31 | 14A | 45 | 1E |
| Octal | 201 | 30 | 114 | 0 | 121 | 51 | 61 | 512 | 105 | 36 |
| Binary | 10000001 | 11000 | 1001100 | 0 | 1010001 | 101001 | 110001 | 101001010 | 1000101 | 11110 |
Color Harmonies of #81184C
Complementary color
Monochromatic Colors of #81184C
Black with #81184C
Text Example
Text Example
White with #81184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81184C; }
p { color: rgb(129,24,76); }
H1.HeaderClassName
{
color: #81184C;
}
.AnyTagClassName
{
color: #81184C;
}
</style>
background-color css
<style>
a { background-color: #81184C; }
a { background-color: rgb(129,24,76); }
div.DivClassName
{
background-color: #81184C;
}
.BgClassName
{
background-color: #81184C;
}
</style>
border-color css
<style>
span { border-color: #81184C; }
span { border-color: rgb(129,24,76); }
td.TdClassName
{
border-color: #81184C;
}
.TagClassName
{
border-color: #81184C;
}
</style>