Shades of Flirt #7C274B
Tints of Flirt #7C274B
RGB
CMYK
RGB Variations
Color information
#7C274B (or 0x7C274B) is known color: Flirt. HEX triplet: 7C, 27 and 4B. RGB value is (124,39,75). Sum of RGB (Red+Green+Blue) = 124+39+75=238 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.10% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 124 - color contains mainly: red. Hex color #7C274B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C274B is #83D8B4. Grayscale: #444444. Windows color (decimal): -8640693 or 4925308. OLE color: 4925308.
HSL color Cylindrical-coordinate representation of color #7C274B: hue angle of 334.59º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7C274B is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 39 | 75 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.51 |
| HSL | 334.59º | 0.52% | 0.32% | - |
| HSV(B) | 334.59º | 0.69% | 0.49% | - |
| XYZ | 10.31 | 6.24 | 7.32 | - |
| YUV | 68.52 | 131.66 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 39 | 75 | 0 | 0.69 | 0.40 | 0.51 | 334.59 | 0.52 | 0.32 |
| Hex | 7C | 27 | 4B | 0 | 45 | 28 | 33 | 14F | 34 | 20 |
| Octal | 174 | 47 | 113 | 0 | 105 | 50 | 63 | 517 | 64 | 40 |
| Binary | 1111100 | 100111 | 1001011 | 0 | 1000101 | 101000 | 110011 | 101001111 | 110100 | 100000 |
Color Harmonies of #7C274B
Complementary color
Monochromatic Colors of #7C274B
Black with #7C274B
Text Example
Text Example
White with #7C274B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C274B; }
p { color: rgb(124,39,75); }
H1.HeaderClassName
{
color: #7C274B;
}
.AnyTagClassName
{
color: #7C274B;
}
</style>
background-color css
<style>
a { background-color: #7C274B; }
a { background-color: rgb(124,39,75); }
div.DivClassName
{
background-color: #7C274B;
}
.BgClassName
{
background-color: #7C274B;
}
</style>
border-color css
<style>
span { border-color: #7C274B; }
span { border-color: rgb(124,39,75); }
td.TdClassName
{
border-color: #7C274B;
}
.TagClassName
{
border-color: #7C274B;
}
</style>