Shades of Flirt #732B4F
Tints of Flirt #732B4F
RGB
CMYK
RGB Variations
Color information
#732B4F (or 0x732B4F) is known color: Flirt. HEX triplet: 73, 2B and 4F. RGB value is (115,43,79). Sum of RGB (Red+Green+Blue) = 115+43+79=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 43 (17.19% from 255 or 18.14% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 115 - color contains mainly: red. Hex color #732B4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732B4F is #8CD4B0. Grayscale: #444444. Windows color (decimal): -9229489 or 5188467. OLE color: 5188467.
HSL color Cylindrical-coordinate representation of color #732B4F: hue angle of 330º 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 #732B4F is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 43 | 79 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.55 |
| HSL | 330º | 0.46% | 0.31% | - |
| HSV(B) | 330º | 0.63% | 0.45% | - |
| XYZ | 9.35 | 5.94 | 8.05 | - |
| YUV | 68.63 | 133.85 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 43 | 79 | 0 | 0.63 | 0.31 | 0.55 | 330 | 0.46 | 0.31 |
| Hex | 73 | 2B | 4F | 0 | 3F | 1F | 37 | 14A | 2E | 1F |
| Octal | 163 | 53 | 117 | 0 | 77 | 37 | 67 | 512 | 56 | 37 |
| Binary | 1110011 | 101011 | 1001111 | 0 | 111111 | 11111 | 110111 | 101001010 | 101110 | 11111 |
Color Harmonies of #732B4F
Complementary color
Monochromatic Colors of #732B4F
Black with #732B4F
Text Example
Text Example
White with #732B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732B4F; }
p { color: rgb(115,43,79); }
H1.HeaderClassName
{
color: #732B4F;
}
.AnyTagClassName
{
color: #732B4F;
}
</style>
background-color css
<style>
a { background-color: #732B4F; }
a { background-color: rgb(115,43,79); }
div.DivClassName
{
background-color: #732B4F;
}
.BgClassName
{
background-color: #732B4F;
}
</style>
border-color css
<style>
span { border-color: #732B4F; }
span { border-color: rgb(115,43,79); }
td.TdClassName
{
border-color: #732B4F;
}
.TagClassName
{
border-color: #732B4F;
}
</style>