Shades of Flirt #7D284A
Tints of Flirt #7D284A
RGB
CMYK
RGB Variations
Color information
#7D284A (or 0x7D284A) is known color: Flirt. HEX triplet: 7D, 28 and 4A. RGB value is (125,40,74). Sum of RGB (Red+Green+Blue) = 125+40+74=239 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.30% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 125 - color contains mainly: red. Hex color #7D284A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D284A is #82D7B5. Grayscale: #454545. Windows color (decimal): -8574902 or 4860029. OLE color: 4860029.
HSL color Cylindrical-coordinate representation of color #7D284A: hue angle of 336º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D284A is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 40 | 74 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.51 |
| HSL | 336º | 0.52% | 0.32% | - |
| HSV(B) | 336º | 0.68% | 0.49% | - |
| XYZ | 10.45 | 6.37 | 7.16 | - |
| YUV | 69.29 | 130.66 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 40 | 74 | 0 | 0.68 | 0.41 | 0.51 | 336 | 0.52 | 0.32 |
| Hex | 7D | 28 | 4A | 0 | 44 | 29 | 33 | 150 | 34 | 20 |
| Octal | 175 | 50 | 112 | 0 | 104 | 51 | 63 | 520 | 64 | 40 |
| Binary | 1111101 | 101000 | 1001010 | 0 | 1000100 | 101001 | 110011 | 101010000 | 110100 | 100000 |
Color Harmonies of #7D284A
Complementary color
Monochromatic Colors of #7D284A
Black with #7D284A
Text Example
Text Example
White with #7D284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D284A; }
p { color: rgb(125,40,74); }
H1.HeaderClassName
{
color: #7D284A;
}
.AnyTagClassName
{
color: #7D284A;
}
</style>
background-color css
<style>
a { background-color: #7D284A; }
a { background-color: rgb(125,40,74); }
div.DivClassName
{
background-color: #7D284A;
}
.BgClassName
{
background-color: #7D284A;
}
</style>
border-color css
<style>
span { border-color: #7D284A; }
span { border-color: rgb(125,40,74); }
td.TdClassName
{
border-color: #7D284A;
}
.TagClassName
{
border-color: #7D284A;
}
</style>