Shades of Flirt #7B275B
Tints of Flirt #7B275B
RGB
CMYK
RGB Variations
Color information
#7B275B (or 0x7B275B) is known color: Flirt. HEX triplet: 7B, 27 and 5B. RGB value is (123,39,91). Sum of RGB (Red+Green+Blue) = 123+39+91=253 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.62% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 123 - color contains mainly: red. Hex color #7B275B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B275B is #84D8A4. Grayscale: #454545. Windows color (decimal): -8706213 or 5973883. OLE color: 5973883.
HSL color Cylindrical-coordinate representation of color #7B275B: hue angle of 322.86º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7B275B is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 39 | 91 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.52 |
| HSL | 322.86º | 0.52% | 0.32% | - |
| HSV(B) | 322.86º | 0.68% | 0.48% | - |
| XYZ | 10.78 | 6.42 | 10.57 | - |
| YUV | 70.04 | 139.83 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 39 | 91 | 0 | 0.68 | 0.26 | 0.52 | 322.86 | 0.52 | 0.32 |
| Hex | 7B | 27 | 5B | 0 | 44 | 1A | 34 | 143 | 34 | 20 |
| Octal | 173 | 47 | 133 | 0 | 104 | 32 | 64 | 503 | 64 | 40 |
| Binary | 1111011 | 100111 | 1011011 | 0 | 1000100 | 11010 | 110100 | 101000011 | 110100 | 100000 |
Color Harmonies of #7B275B
Complementary color
Monochromatic Colors of #7B275B
Black with #7B275B
Text Example
Text Example
White with #7B275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B275B; }
p { color: rgb(123,39,91); }
H1.HeaderClassName
{
color: #7B275B;
}
.AnyTagClassName
{
color: #7B275B;
}
</style>
background-color css
<style>
a { background-color: #7B275B; }
a { background-color: rgb(123,39,91); }
div.DivClassName
{
background-color: #7B275B;
}
.BgClassName
{
background-color: #7B275B;
}
</style>
border-color css
<style>
span { border-color: #7B275B; }
span { border-color: rgb(123,39,91); }
td.TdClassName
{
border-color: #7B275B;
}
.TagClassName
{
border-color: #7B275B;
}
</style>