Shades of Flirt #732B54
Tints of Flirt #732B54
RGB
CMYK
RGB Variations
Color information
#732B54 (or 0x732B54) is known color: Flirt. HEX triplet: 73, 2B and 54. RGB value is (115,43,84). Sum of RGB (Red+Green+Blue) = 115+43+84=242 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.52% from 242); Green value is 43 (17.19% from 255 or 17.77% from 242); Blue value is 84 (33.20% from 255 or 34.71% from 242); Max value from RGB is 115 - color contains mainly: red. Hex color #732B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732B54 is #8CD4AB. Grayscale: #454545. Windows color (decimal): -9229484 or 5516147. OLE color: 5516147.
HSL color Cylindrical-coordinate representation of color #732B54: hue angle of 325.83º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #732B54 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 43 | 84 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.55 |
| HSL | 325.83º | 0.46% | 0.31% | - |
| HSV(B) | 325.83º | 0.63% | 0.45% | - |
| XYZ | 9.53 | 6.01 | 9.05 | - |
| YUV | 69.2 | 136.35 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 43 | 84 | 0 | 0.63 | 0.27 | 0.55 | 325.83 | 0.46 | 0.31 |
| Hex | 73 | 2B | 54 | 0 | 3F | 1B | 37 | 146 | 2E | 1F |
| Octal | 163 | 53 | 124 | 0 | 77 | 33 | 67 | 506 | 56 | 37 |
| Binary | 1110011 | 101011 | 1010100 | 0 | 111111 | 11011 | 110111 | 101000110 | 101110 | 11111 |
Color Harmonies of #732B54
Complementary color
Monochromatic Colors of #732B54
Black with #732B54
Text Example
Text Example
White with #732B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732B54; }
p { color: rgb(115,43,84); }
H1.HeaderClassName
{
color: #732B54;
}
.AnyTagClassName
{
color: #732B54;
}
</style>
background-color css
<style>
a { background-color: #732B54; }
a { background-color: rgb(115,43,84); }
div.DivClassName
{
background-color: #732B54;
}
.BgClassName
{
background-color: #732B54;
}
</style>
border-color css
<style>
span { border-color: #732B54; }
span { border-color: rgb(115,43,84); }
td.TdClassName
{
border-color: #732B54;
}
.TagClassName
{
border-color: #732B54;
}
</style>