Shades of Flirt #7D1B4D
Tints of Flirt #7D1B4D
RGB
CMYK
RGB Variations
Color information
#7D1B4D (or 0x7D1B4D) is known color: Flirt. HEX triplet: 7D, 1B and 4D. RGB value is (125,27,77). Sum of RGB (Red+Green+Blue) = 125+27+77=229 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.59% from 229); Green value is 27 (10.94% from 255 or 11.79% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D1B4D is #82E4B2. Grayscale: #3D3D3D. Windows color (decimal): -8578227 or 5053309. OLE color: 5053309.
HSL color Cylindrical-coordinate representation of color #7D1B4D: hue angle of 329.39º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7D1B4D is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 27 | 77 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.51 |
| HSL | 329.39º | 0.64% | 0.3% | - |
| HSV(B) | 329.39º | 0.78% | 0.49% | - |
| XYZ | 10.19 | 5.68 | 7.58 | - |
| YUV | 62 | 136.47 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 27 | 77 | 0 | 0.78 | 0.38 | 0.51 | 329.39 | 0.64 | 0.3 |
| Hex | 7D | 1B | 4D | 0 | 4E | 26 | 33 | 149 | 40 | 1E |
| Octal | 175 | 33 | 115 | 0 | 116 | 46 | 63 | 511 | 100 | 36 |
| Binary | 1111101 | 11011 | 1001101 | 0 | 1001110 | 100110 | 110011 | 101001001 | 1000000 | 11110 |
Color Harmonies of #7D1B4D
Complementary color
Monochromatic Colors of #7D1B4D
Black with #7D1B4D
Text Example
Text Example
White with #7D1B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1B4D; }
p { color: rgb(125,27,77); }
H1.HeaderClassName
{
color: #7D1B4D;
}
.AnyTagClassName
{
color: #7D1B4D;
}
</style>
background-color css
<style>
a { background-color: #7D1B4D; }
a { background-color: rgb(125,27,77); }
div.DivClassName
{
background-color: #7D1B4D;
}
.BgClassName
{
background-color: #7D1B4D;
}
</style>
border-color css
<style>
span { border-color: #7D1B4D; }
span { border-color: rgb(125,27,77); }
td.TdClassName
{
border-color: #7D1B4D;
}
.TagClassName
{
border-color: #7D1B4D;
}
</style>