Shades of Flirt #7B233F
Tints of Flirt #7B233F
RGB
CMYK
RGB Variations
Color information
#7B233F (or 0x7B233F) is known color: Flirt. HEX triplet: 7B, 23 and 3F. RGB value is (123,35,63). Sum of RGB (Red+Green+Blue) = 123+35+63=221 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.66% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 123 - color contains mainly: red. Hex color #7B233F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B233F is #84DCC0. Grayscale: #404040. Windows color (decimal): -8707265 or 4137851. OLE color: 4137851.
HSL color Cylindrical-coordinate representation of color #7B233F: hue angle of 340.91º degrees, saturation: 0.56, 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 #7B233F is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 35 | 63 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.52 |
| HSL | 340.91º | 0.56% | 0.31% | - |
| HSV(B) | 340.91º | 0.72% | 0.48% | - |
| XYZ | 9.67 | 5.77 | 5.31 | - |
| YUV | 64.5 | 127.15 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 35 | 63 | 0 | 0.72 | 0.49 | 0.52 | 340.91 | 0.56 | 0.31 |
| Hex | 7B | 23 | 3F | 0 | 48 | 31 | 34 | 155 | 38 | 1F |
| Octal | 173 | 43 | 77 | 0 | 110 | 61 | 64 | 525 | 70 | 37 |
| Binary | 1111011 | 100011 | 111111 | 0 | 1001000 | 110001 | 110100 | 101010101 | 111000 | 11111 |
Color Harmonies of #7B233F
Complementary color
Monochromatic Colors of #7B233F
Black with #7B233F
Text Example
Text Example
White with #7B233F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B233F; }
p { color: rgb(123,35,63); }
H1.HeaderClassName
{
color: #7B233F;
}
.AnyTagClassName
{
color: #7B233F;
}
</style>
background-color css
<style>
a { background-color: #7B233F; }
a { background-color: rgb(123,35,63); }
div.DivClassName
{
background-color: #7B233F;
}
.BgClassName
{
background-color: #7B233F;
}
</style>
border-color css
<style>
span { border-color: #7B233F; }
span { border-color: rgb(123,35,63); }
td.TdClassName
{
border-color: #7B233F;
}
.TagClassName
{
border-color: #7B233F;
}
</style>