Shades of Flirt #73264C
Tints of Flirt #73264C
RGB
CMYK
RGB Variations
Color information
#73264C (or 0x73264C) is known color: Flirt. HEX triplet: 73, 26 and 4C. RGB value is (115,38,76). Sum of RGB (Red+Green+Blue) = 115+38+76=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #73264C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73264C is #8CD9B3. Grayscale: #414141. Windows color (decimal): -9230772 or 4990579. OLE color: 4990579.
HSL color Cylindrical-coordinate representation of color #73264C: hue angle of 330.39º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #73264C is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 38 | 76 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.55 |
| HSL | 330.39º | 0.5% | 0.3% | - |
| HSV(B) | 330.39º | 0.67% | 0.45% | - |
| XYZ | 9.07 | 5.55 | 7.43 | - |
| YUV | 65.36 | 134.01 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 38 | 76 | 0 | 0.67 | 0.34 | 0.55 | 330.39 | 0.5 | 0.3 |
| Hex | 73 | 26 | 4C | 0 | 43 | 22 | 37 | 14A | 32 | 1E |
| Octal | 163 | 46 | 114 | 0 | 103 | 42 | 67 | 512 | 62 | 36 |
| Binary | 1110011 | 100110 | 1001100 | 0 | 1000011 | 100010 | 110111 | 101001010 | 110010 | 11110 |
Color Harmonies of #73264C
Complementary color
Monochromatic Colors of #73264C
Black with #73264C
Text Example
Text Example
White with #73264C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73264C; }
p { color: rgb(115,38,76); }
H1.HeaderClassName
{
color: #73264C;
}
.AnyTagClassName
{
color: #73264C;
}
</style>
background-color css
<style>
a { background-color: #73264C; }
a { background-color: rgb(115,38,76); }
div.DivClassName
{
background-color: #73264C;
}
.BgClassName
{
background-color: #73264C;
}
</style>
border-color css
<style>
span { border-color: #73264C; }
span { border-color: rgb(115,38,76); }
td.TdClassName
{
border-color: #73264C;
}
.TagClassName
{
border-color: #73264C;
}
</style>