Shades of Flirt #73375A
Tints of Flirt #73375A
RGB
CMYK
RGB Variations
Color information
#73375A (or 0x73375A) is known color: Flirt. HEX triplet: 73, 37 and 5A. RGB value is (115,55,90). Sum of RGB (Red+Green+Blue) = 115+55+90=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 90 (35.55% from 255 or 34.62% from 260); Max value from RGB is 115 - color contains mainly: red. Hex color #73375A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73375A is #8CC8A5. Grayscale: #4C4C4C. Windows color (decimal): -9226406 or 5912435. OLE color: 5912435.
HSL color Cylindrical-coordinate representation of color #73375A: hue angle of 325º 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 #73375A is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 55 | 90 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.55 |
| HSL | 325º | 0.35% | 0.33% | - |
| HSV(B) | 325º | 0.52% | 0.45% | - |
| XYZ | 10.28 | 7.12 | 10.5 | - |
| YUV | 76.93 | 135.38 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 55 | 90 | 0 | 0.52 | 0.22 | 0.55 | 325 | 0.35 | 0.33 |
| Hex | 73 | 37 | 5A | 0 | 34 | 16 | 37 | 145 | 23 | 21 |
| Octal | 163 | 67 | 132 | 0 | 64 | 26 | 67 | 505 | 43 | 41 |
| Binary | 1110011 | 110111 | 1011010 | 0 | 110100 | 10110 | 110111 | 101000101 | 100011 | 100001 |
Color Harmonies of #73375A
Complementary color
Monochromatic Colors of #73375A
Black with #73375A
Text Example
Text Example
White with #73375A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73375A; }
p { color: rgb(115,55,90); }
H1.HeaderClassName
{
color: #73375A;
}
.AnyTagClassName
{
color: #73375A;
}
</style>
background-color css
<style>
a { background-color: #73375A; }
a { background-color: rgb(115,55,90); }
div.DivClassName
{
background-color: #73375A;
}
.BgClassName
{
background-color: #73375A;
}
</style>
border-color css
<style>
span { border-color: #73375A; }
span { border-color: rgb(115,55,90); }
td.TdClassName
{
border-color: #73375A;
}
.TagClassName
{
border-color: #73375A;
}
</style>