Shades of Flirt #73374A
Tints of Flirt #73374A
RGB
CMYK
RGB Variations
Color information
#73374A (or 0x73374A) is known color: Flirt. HEX triplet: 73, 37 and 4A. RGB value is (115,55,74). Sum of RGB (Red+Green+Blue) = 115+55+74=244 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.13% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 115 - color contains mainly: red. Hex color #73374A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73374A is #8CC8B5. Grayscale: #4B4B4B. Windows color (decimal): -9226422 or 4863859. OLE color: 4863859.
HSL color Cylindrical-coordinate representation of color #73374A: hue angle of 341º 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 #73374A is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 55 | 74 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.55 |
| HSL | 341º | 0.35% | 0.33% | - |
| HSV(B) | 341º | 0.52% | 0.45% | - |
| XYZ | 9.67 | 6.87 | 7.3 | - |
| YUV | 75.11 | 127.38 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 55 | 74 | 0 | 0.52 | 0.36 | 0.55 | 341 | 0.35 | 0.33 |
| Hex | 73 | 37 | 4A | 0 | 34 | 24 | 37 | 155 | 23 | 21 |
| Octal | 163 | 67 | 112 | 0 | 64 | 44 | 67 | 525 | 43 | 41 |
| Binary | 1110011 | 110111 | 1001010 | 0 | 110100 | 100100 | 110111 | 101010101 | 100011 | 100001 |
Color Harmonies of #73374A
Complementary color
Monochromatic Colors of #73374A
Black with #73374A
Text Example
Text Example
White with #73374A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73374A; }
p { color: rgb(115,55,74); }
H1.HeaderClassName
{
color: #73374A;
}
.AnyTagClassName
{
color: #73374A;
}
</style>
background-color css
<style>
a { background-color: #73374A; }
a { background-color: rgb(115,55,74); }
div.DivClassName
{
background-color: #73374A;
}
.BgClassName
{
background-color: #73374A;
}
</style>
border-color css
<style>
span { border-color: #73374A; }
span { border-color: rgb(115,55,74); }
td.TdClassName
{
border-color: #73374A;
}
.TagClassName
{
border-color: #73374A;
}
</style>