Shades of Flirt #7A285B
Tints of Flirt #7A285B
RGB
CMYK
RGB Variations
Color information
#7A285B (or 0x7A285B) is known color: Flirt. HEX triplet: 7A, 28 and 5B. RGB value is (122,40,91). Sum of RGB (Red+Green+Blue) = 122+40+91=253 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.22% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 122 - color contains mainly: red. Hex color #7A285B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A285B is #85D7A4. Grayscale: #464646. Windows color (decimal): -8771493 or 5974138. OLE color: 5974138.
HSL color Cylindrical-coordinate representation of color #7A285B: hue angle of 322.68º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7A285B is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 40 | 91 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.52 |
| HSL | 322.68º | 0.51% | 0.32% | - |
| HSV(B) | 322.68º | 0.67% | 0.48% | - |
| XYZ | 10.67 | 6.41 | 10.57 | - |
| YUV | 70.33 | 139.67 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 40 | 91 | 0 | 0.67 | 0.25 | 0.52 | 322.68 | 0.51 | 0.32 |
| Hex | 7A | 28 | 5B | 0 | 43 | 19 | 34 | 143 | 33 | 20 |
| Octal | 172 | 50 | 133 | 0 | 103 | 31 | 64 | 503 | 63 | 40 |
| Binary | 1111010 | 101000 | 1011011 | 0 | 1000011 | 11001 | 110100 | 101000011 | 110011 | 100000 |
Color Harmonies of #7A285B
Complementary color
Monochromatic Colors of #7A285B
Black with #7A285B
Text Example
Text Example
White with #7A285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A285B; }
p { color: rgb(122,40,91); }
H1.HeaderClassName
{
color: #7A285B;
}
.AnyTagClassName
{
color: #7A285B;
}
</style>
background-color css
<style>
a { background-color: #7A285B; }
a { background-color: rgb(122,40,91); }
div.DivClassName
{
background-color: #7A285B;
}
.BgClassName
{
background-color: #7A285B;
}
</style>
border-color css
<style>
span { border-color: #7A285B; }
span { border-color: rgb(122,40,91); }
td.TdClassName
{
border-color: #7A285B;
}
.TagClassName
{
border-color: #7A285B;
}
</style>