Shades of Flirt #73374C
Tints of Flirt #73374C
RGB
CMYK
RGB Variations
Color information
#73374C (or 0x73374C) is known color: Flirt. HEX triplet: 73, 37 and 4C. RGB value is (115,55,76). Sum of RGB (Red+Green+Blue) = 115+55+76=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 115 - color contains mainly: red. Hex color #73374C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73374C is #8CC8B3. Grayscale: #4B4B4B. Windows color (decimal): -9226420 or 4994931. OLE color: 4994931.
HSL color Cylindrical-coordinate representation of color #73374C: hue angle of 339º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73374C is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 55 | 76 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.55 |
| HSL | 339º | 0.35% | 0.33% | - |
| HSV(B) | 339º | 0.52% | 0.45% | - |
| XYZ | 9.74 | 6.9 | 7.66 | - |
| YUV | 75.33 | 128.38 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 55 | 76 | 0 | 0.52 | 0.34 | 0.55 | 339 | 0.35 | 0.33 |
| Hex | 73 | 37 | 4C | 0 | 34 | 22 | 37 | 153 | 23 | 21 |
| Octal | 163 | 67 | 114 | 0 | 64 | 42 | 67 | 523 | 43 | 41 |
| Binary | 1110011 | 110111 | 1001100 | 0 | 110100 | 100010 | 110111 | 101010011 | 100011 | 100001 |
Color Harmonies of #73374C
Complementary color
Monochromatic Colors of #73374C
Black with #73374C
Text Example
Text Example
White with #73374C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73374C; }
p { color: rgb(115,55,76); }
H1.HeaderClassName
{
color: #73374C;
}
.AnyTagClassName
{
color: #73374C;
}
</style>
background-color css
<style>
a { background-color: #73374C; }
a { background-color: rgb(115,55,76); }
div.DivClassName
{
background-color: #73374C;
}
.BgClassName
{
background-color: #73374C;
}
</style>
border-color css
<style>
span { border-color: #73374C; }
span { border-color: rgb(115,55,76); }
td.TdClassName
{
border-color: #73374C;
}
.TagClassName
{
border-color: #73374C;
}
</style>