Shades of Flirt #7B224B
Tints of Flirt #7B224B
RGB
CMYK
RGB Variations
Color information
#7B224B (or 0x7B224B) is known color: Flirt. HEX triplet: 7B, 22 and 4B. RGB value is (123,34,75). Sum of RGB (Red+Green+Blue) = 123+34+75=232 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.02% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 123 - color contains mainly: red. Hex color #7B224B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B224B is #84DDB4. Grayscale: #414141. Windows color (decimal): -8707509 or 4924027. OLE color: 4924027.
HSL color Cylindrical-coordinate representation of color #7B224B: hue angle of 332.36º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7B224B is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 34 | 75 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.52 |
| HSL | 332.36º | 0.57% | 0.31% | - |
| HSV(B) | 332.36º | 0.72% | 0.48% | - |
| XYZ | 10.01 | 5.86 | 7.26 | - |
| YUV | 65.29 | 133.49 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 34 | 75 | 0 | 0.72 | 0.39 | 0.52 | 332.36 | 0.57 | 0.31 |
| Hex | 7B | 22 | 4B | 0 | 48 | 27 | 34 | 14C | 39 | 1F |
| Octal | 173 | 42 | 113 | 0 | 110 | 47 | 64 | 514 | 71 | 37 |
| Binary | 1111011 | 100010 | 1001011 | 0 | 1001000 | 100111 | 110100 | 101001100 | 111001 | 11111 |
Color Harmonies of #7B224B
Complementary color
Monochromatic Colors of #7B224B
Black with #7B224B
Text Example
Text Example
White with #7B224B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B224B; }
p { color: rgb(123,34,75); }
H1.HeaderClassName
{
color: #7B224B;
}
.AnyTagClassName
{
color: #7B224B;
}
</style>
background-color css
<style>
a { background-color: #7B224B; }
a { background-color: rgb(123,34,75); }
div.DivClassName
{
background-color: #7B224B;
}
.BgClassName
{
background-color: #7B224B;
}
</style>
border-color css
<style>
span { border-color: #7B224B; }
span { border-color: rgb(123,34,75); }
td.TdClassName
{
border-color: #7B224B;
}
.TagClassName
{
border-color: #7B224B;
}
</style>