Shades of Flirt #81254B
Tints of Flirt #81254B
RGB
CMYK
RGB Variations
Color information
#81254B (or 0x81254B) is known color: Flirt. HEX triplet: 81, 25 and 4B. RGB value is (129,37,75). Sum of RGB (Red+Green+Blue) = 129+37+75=241 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.53% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 129 - color contains mainly: red. Hex color #81254B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81254B is #7EDAB4. Grayscale: #444444. Windows color (decimal): -8313525 or 4924801. OLE color: 4924801.
HSL color Cylindrical-coordinate representation of color #81254B: hue angle of 335.22º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #81254B is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 37 | 75 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.49 |
| HSL | 335.22º | 0.55% | 0.33% | - |
| HSV(B) | 335.22º | 0.71% | 0.51% | - |
| XYZ | 10.98 | 6.5 | 7.33 | - |
| YUV | 68.84 | 131.48 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 37 | 75 | 0 | 0.71 | 0.42 | 0.49 | 335.22 | 0.55 | 0.33 |
| Hex | 81 | 25 | 4B | 0 | 47 | 2A | 31 | 14F | 37 | 21 |
| Octal | 201 | 45 | 113 | 0 | 107 | 52 | 61 | 517 | 67 | 41 |
| Binary | 10000001 | 100101 | 1001011 | 0 | 1000111 | 101010 | 110001 | 101001111 | 110111 | 100001 |
Color Harmonies of #81254B
Complementary color
Monochromatic Colors of #81254B
Black with #81254B
Text Example
Text Example
White with #81254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81254B; }
p { color: rgb(129,37,75); }
H1.HeaderClassName
{
color: #81254B;
}
.AnyTagClassName
{
color: #81254B;
}
</style>
background-color css
<style>
a { background-color: #81254B; }
a { background-color: rgb(129,37,75); }
div.DivClassName
{
background-color: #81254B;
}
.BgClassName
{
background-color: #81254B;
}
</style>
border-color css
<style>
span { border-color: #81254B; }
span { border-color: rgb(129,37,75); }
td.TdClassName
{
border-color: #81254B;
}
.TagClassName
{
border-color: #81254B;
}
</style>