Shades of Flirt #732D4B
Tints of Flirt #732D4B
RGB
CMYK
RGB Variations
Color information
#732D4B (or 0x732D4B) is known color: Flirt. HEX triplet: 73, 2D and 4B. RGB value is (115,45,75). Sum of RGB (Red+Green+Blue) = 115+45+75=235 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.94% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 115 - color contains mainly: red. Hex color #732D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732D4B is #8CD2B4. Grayscale: #454545. Windows color (decimal): -9228981 or 4926835. OLE color: 4926835.
HSL color Cylindrical-coordinate representation of color #732D4B: hue angle of 334.29º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #732D4B is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 45 | 75 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.55 |
| HSL | 334.29º | 0.44% | 0.31% | - |
| HSV(B) | 334.29º | 0.61% | 0.45% | - |
| XYZ | 9.28 | 6.03 | 7.33 | - |
| YUV | 69.35 | 131.19 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 45 | 75 | 0 | 0.61 | 0.35 | 0.55 | 334.29 | 0.44 | 0.31 |
| Hex | 73 | 2D | 4B | 0 | 3D | 23 | 37 | 14E | 2C | 1F |
| Octal | 163 | 55 | 113 | 0 | 75 | 43 | 67 | 516 | 54 | 37 |
| Binary | 1110011 | 101101 | 1001011 | 0 | 111101 | 100011 | 110111 | 101001110 | 101100 | 11111 |
Color Harmonies of #732D4B
Complementary color
Monochromatic Colors of #732D4B
Black with #732D4B
Text Example
Text Example
White with #732D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732D4B; }
p { color: rgb(115,45,75); }
H1.HeaderClassName
{
color: #732D4B;
}
.AnyTagClassName
{
color: #732D4B;
}
</style>
background-color css
<style>
a { background-color: #732D4B; }
a { background-color: rgb(115,45,75); }
div.DivClassName
{
background-color: #732D4B;
}
.BgClassName
{
background-color: #732D4B;
}
</style>
border-color css
<style>
span { border-color: #732D4B; }
span { border-color: rgb(115,45,75); }
td.TdClassName
{
border-color: #732D4B;
}
.TagClassName
{
border-color: #732D4B;
}
</style>