Shades of Flirt #813153
Tints of Flirt #813153
RGB
CMYK
RGB Variations
Color information
#813153 (or 0x813153) is known color: Flirt. HEX triplet: 81, 31 and 53. RGB value is (129,49,83). Sum of RGB (Red+Green+Blue) = 129+49+83=261 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.43% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 83 (32.81% from 255 or 31.80% from 261); Max value from RGB is 129 - color contains mainly: red. Hex color #813153 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813153 is #7ECEAC. Grayscale: #4C4C4C. Windows color (decimal): -8310445 or 5452161. OLE color: 5452161.
HSL color Cylindrical-coordinate representation of color #813153: hue angle of 334.5º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #813153 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 49 | 83 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.49 |
| HSL | 334.5º | 0.45% | 0.35% | - |
| HSV(B) | 334.5º | 0.62% | 0.51% | - |
| XYZ | 11.71 | 7.49 | 9.01 | - |
| YUV | 76.8 | 131.5 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 49 | 83 | 0 | 0.62 | 0.36 | 0.49 | 334.5 | 0.45 | 0.35 |
| Hex | 81 | 31 | 53 | 0 | 3E | 24 | 31 | 14E | 2D | 23 |
| Octal | 201 | 61 | 123 | 0 | 76 | 44 | 61 | 516 | 55 | 43 |
| Binary | 10000001 | 110001 | 1010011 | 0 | 111110 | 100100 | 110001 | 101001110 | 101101 | 100011 |
Color Harmonies of #813153
Complementary color
Monochromatic Colors of #813153
Black with #813153
Text Example
Text Example
White with #813153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813153; }
p { color: rgb(129,49,83); }
H1.HeaderClassName
{
color: #813153;
}
.AnyTagClassName
{
color: #813153;
}
</style>
background-color css
<style>
a { background-color: #813153; }
a { background-color: rgb(129,49,83); }
div.DivClassName
{
background-color: #813153;
}
.BgClassName
{
background-color: #813153;
}
</style>
border-color css
<style>
span { border-color: #813153; }
span { border-color: rgb(129,49,83); }
td.TdClassName
{
border-color: #813153;
}
.TagClassName
{
border-color: #813153;
}
</style>