Shades of Flirt #7A304B
Tints of Flirt #7A304B
RGB
CMYK
RGB Variations
Color information
#7A304B (or 0x7A304B) is known color: Flirt. HEX triplet: 7A, 30 and 4B. RGB value is (122,48,75). Sum of RGB (Red+Green+Blue) = 122+48+75=245 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.80% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 122 - color contains mainly: red. Hex color #7A304B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A304B is #85CFB4. Grayscale: #494949. Windows color (decimal): -8769461 or 4927610. OLE color: 4927610.
HSL color Cylindrical-coordinate representation of color #7A304B: hue angle of 338.11º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7A304B is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 48 | 75 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.52 |
| HSL | 338.11º | 0.44% | 0.33% | - |
| HSV(B) | 338.11º | 0.61% | 0.48% | - |
| XYZ | 10.35 | 6.76 | 7.42 | - |
| YUV | 73.2 | 129.02 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 48 | 75 | 0 | 0.61 | 0.39 | 0.52 | 338.11 | 0.44 | 0.33 |
| Hex | 7A | 30 | 4B | 0 | 3D | 27 | 34 | 152 | 2C | 21 |
| Octal | 172 | 60 | 113 | 0 | 75 | 47 | 64 | 522 | 54 | 41 |
| Binary | 1111010 | 110000 | 1001011 | 0 | 111101 | 100111 | 110100 | 101010010 | 101100 | 100001 |
Color Harmonies of #7A304B
Complementary color
Monochromatic Colors of #7A304B
Black with #7A304B
Text Example
Text Example
White with #7A304B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A304B; }
p { color: rgb(122,48,75); }
H1.HeaderClassName
{
color: #7A304B;
}
.AnyTagClassName
{
color: #7A304B;
}
</style>
background-color css
<style>
a { background-color: #7A304B; }
a { background-color: rgb(122,48,75); }
div.DivClassName
{
background-color: #7A304B;
}
.BgClassName
{
background-color: #7A304B;
}
</style>
border-color css
<style>
span { border-color: #7A304B; }
span { border-color: rgb(122,48,75); }
td.TdClassName
{
border-color: #7A304B;
}
.TagClassName
{
border-color: #7A304B;
}
</style>