Shades of Flirt #732B48
Tints of Flirt #732B48
RGB
CMYK
RGB Variations
Color information
#732B48 (or 0x732B48) is known color: Flirt. HEX triplet: 73, 2B and 48. RGB value is (115,43,72). Sum of RGB (Red+Green+Blue) = 115+43+72=230 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50% from 230); Green value is 43 (17.19% from 255 or 18.70% from 230); Blue value is 72 (28.52% from 255 or 31.30% from 230); Max value from RGB is 115 - color contains mainly: red. Hex color #732B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732B48 is #8CD4B7. Grayscale: #434343. Windows color (decimal): -9229496 or 4729715. OLE color: 4729715.
HSL color Cylindrical-coordinate representation of color #732B48: hue angle of 335.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 #732B48 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 43 | 72 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.55 |
| HSL | 335.83º | 0.46% | 0.31% | - |
| HSV(B) | 335.83º | 0.63% | 0.45% | - |
| XYZ | 9.1 | 5.84 | 6.78 | - |
| YUV | 67.83 | 130.35 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 43 | 72 | 0 | 0.63 | 0.37 | 0.55 | 335.83 | 0.46 | 0.31 |
| Hex | 73 | 2B | 48 | 0 | 3F | 25 | 37 | 150 | 2E | 1F |
| Octal | 163 | 53 | 110 | 0 | 77 | 45 | 67 | 520 | 56 | 37 |
| Binary | 1110011 | 101011 | 1001000 | 0 | 111111 | 100101 | 110111 | 101010000 | 101110 | 11111 |
Color Harmonies of #732B48
Complementary color
Monochromatic Colors of #732B48
Black with #732B48
Text Example
Text Example
White with #732B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732B48; }
p { color: rgb(115,43,72); }
H1.HeaderClassName
{
color: #732B48;
}
.AnyTagClassName
{
color: #732B48;
}
</style>
background-color css
<style>
a { background-color: #732B48; }
a { background-color: rgb(115,43,72); }
div.DivClassName
{
background-color: #732B48;
}
.BgClassName
{
background-color: #732B48;
}
</style>
border-color css
<style>
span { border-color: #732B48; }
span { border-color: rgb(115,43,72); }
td.TdClassName
{
border-color: #732B48;
}
.TagClassName
{
border-color: #732B48;
}
</style>