Shades of Flirt #733B4F
Tints of Flirt #733B4F
RGB
CMYK
RGB Variations
Color information
#733B4F (or 0x733B4F) is known color: Flirt. HEX triplet: 73, 3B and 4F. RGB value is (115,59,79). Sum of RGB (Red+Green+Blue) = 115+59+79=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 59 (23.44% from 255 or 23.32% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 115 - color contains mainly: red. Hex color #733B4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733B4F is #8CC4B0. Grayscale: #4E4E4E. Windows color (decimal): -9225393 or 5192563. OLE color: 5192563.
HSL color Cylindrical-coordinate representation of color #733B4F: hue angle of 338.57º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #733B4F is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 59 | 79 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.55 |
| HSL | 338.57º | 0.32% | 0.34% | - |
| HSV(B) | 338.57º | 0.49% | 0.45% | - |
| XYZ | 10.05 | 7.34 | 8.28 | - |
| YUV | 78.02 | 128.55 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 59 | 79 | 0 | 0.49 | 0.31 | 0.55 | 338.57 | 0.32 | 0.34 |
| Hex | 73 | 3B | 4F | 0 | 31 | 1F | 37 | 153 | 20 | 22 |
| Octal | 163 | 73 | 117 | 0 | 61 | 37 | 67 | 523 | 40 | 42 |
| Binary | 1110011 | 111011 | 1001111 | 0 | 110001 | 11111 | 110111 | 101010011 | 100000 | 100010 |
Color Harmonies of #733B4F
Complementary color
Monochromatic Colors of #733B4F
Black with #733B4F
Text Example
Text Example
White with #733B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733B4F; }
p { color: rgb(115,59,79); }
H1.HeaderClassName
{
color: #733B4F;
}
.AnyTagClassName
{
color: #733B4F;
}
</style>
background-color css
<style>
a { background-color: #733B4F; }
a { background-color: rgb(115,59,79); }
div.DivClassName
{
background-color: #733B4F;
}
.BgClassName
{
background-color: #733B4F;
}
</style>
border-color css
<style>
span { border-color: #733B4F; }
span { border-color: rgb(115,59,79); }
td.TdClassName
{
border-color: #733B4F;
}
.TagClassName
{
border-color: #733B4F;
}
</style>