Shades of Flirt #722A4B
Tints of Flirt #722A4B
RGB
CMYK
RGB Variations
Color information
#722A4B (or 0x722A4B) is known color: Flirt. HEX triplet: 72, 2A and 4B. RGB value is (114,42,75). Sum of RGB (Red+Green+Blue) = 114+42+75=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #722A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722A4B is #8DD5B4. Grayscale: #434343. Windows color (decimal): -9295285 or 4926066. OLE color: 4926066.
HSL color Cylindrical-coordinate representation of color #722A4B: hue angle of 332.5º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #722A4B is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 42 | 75 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.55 |
| HSL | 332.5º | 0.46% | 0.31% | - |
| HSV(B) | 332.5º | 0.63% | 0.45% | - |
| XYZ | 9.04 | 5.74 | 7.29 | - |
| YUV | 67.29 | 132.35 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 42 | 75 | 0 | 0.63 | 0.34 | 0.55 | 332.5 | 0.46 | 0.31 |
| Hex | 72 | 2A | 4B | 0 | 3F | 22 | 37 | 14C | 2E | 1F |
| Octal | 162 | 52 | 113 | 0 | 77 | 42 | 67 | 514 | 56 | 37 |
| Binary | 1110010 | 101010 | 1001011 | 0 | 111111 | 100010 | 110111 | 101001100 | 101110 | 11111 |
Color Harmonies of #722A4B
Complementary color
Monochromatic Colors of #722A4B
Black with #722A4B
Text Example
Text Example
White with #722A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722A4B; }
p { color: rgb(114,42,75); }
H1.HeaderClassName
{
color: #722A4B;
}
.AnyTagClassName
{
color: #722A4B;
}
</style>
background-color css
<style>
a { background-color: #722A4B; }
a { background-color: rgb(114,42,75); }
div.DivClassName
{
background-color: #722A4B;
}
.BgClassName
{
background-color: #722A4B;
}
</style>
border-color css
<style>
span { border-color: #722A4B; }
span { border-color: rgb(114,42,75); }
td.TdClassName
{
border-color: #722A4B;
}
.TagClassName
{
border-color: #722A4B;
}
</style>