Shades of Flirt #7A265B
Tints of Flirt #7A265B
RGB
CMYK
RGB Variations
Color information
#7A265B (or 0x7A265B) is known color: Flirt. HEX triplet: 7A, 26 and 5B. RGB value is (122,38,91). Sum of RGB (Red+Green+Blue) = 122+38+91=251 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.61% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 122 - color contains mainly: red. Hex color #7A265B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A265B is #85D9A4. Grayscale: #454545. Windows color (decimal): -8772005 or 5973626. OLE color: 5973626.
HSL color Cylindrical-coordinate representation of color #7A265B: hue angle of 322.14º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7A265B is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 38 | 91 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.52 |
| HSL | 322.14º | 0.53% | 0.31% | - |
| HSV(B) | 322.14º | 0.69% | 0.48% | - |
| XYZ | 10.61 | 6.28 | 10.55 | - |
| YUV | 69.16 | 140.33 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 38 | 91 | 0 | 0.69 | 0.25 | 0.52 | 322.14 | 0.53 | 0.31 |
| Hex | 7A | 26 | 5B | 0 | 45 | 19 | 34 | 142 | 34 | 1F |
| Octal | 172 | 46 | 133 | 0 | 105 | 31 | 64 | 502 | 64 | 37 |
| Binary | 1111010 | 100110 | 1011011 | 0 | 1000101 | 11001 | 110100 | 101000010 | 110100 | 11111 |
Color Harmonies of #7A265B
Complementary color
Monochromatic Colors of #7A265B
Black with #7A265B
Text Example
Text Example
White with #7A265B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A265B; }
p { color: rgb(122,38,91); }
H1.HeaderClassName
{
color: #7A265B;
}
.AnyTagClassName
{
color: #7A265B;
}
</style>
background-color css
<style>
a { background-color: #7A265B; }
a { background-color: rgb(122,38,91); }
div.DivClassName
{
background-color: #7A265B;
}
.BgClassName
{
background-color: #7A265B;
}
</style>
border-color css
<style>
span { border-color: #7A265B; }
span { border-color: rgb(122,38,91); }
td.TdClassName
{
border-color: #7A265B;
}
.TagClassName
{
border-color: #7A265B;
}
</style>