Shades of Flirt #72384F
Tints of Flirt #72384F
RGB
CMYK
RGB Variations
Color information
#72384F (or 0x72384F) is known color: Flirt. HEX triplet: 72, 38 and 4F. RGB value is (114,56,79). Sum of RGB (Red+Green+Blue) = 114+56+79=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 114 - color contains mainly: red. Hex color #72384F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72384F is #8DC7B0. Grayscale: #4B4B4B. Windows color (decimal): -9291697 or 5191794. OLE color: 5191794.
HSL color Cylindrical-coordinate representation of color #72384F: hue angle of 336.21º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72384F is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 56 | 79 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.55 |
| HSL | 336.21º | 0.34% | 0.33% | - |
| HSV(B) | 336.21º | 0.51% | 0.45% | - |
| XYZ | 9.76 | 6.97 | 8.23 | - |
| YUV | 75.96 | 129.72 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 56 | 79 | 0 | 0.51 | 0.31 | 0.55 | 336.21 | 0.34 | 0.33 |
| Hex | 72 | 38 | 4F | 0 | 33 | 1F | 37 | 150 | 22 | 21 |
| Octal | 162 | 70 | 117 | 0 | 63 | 37 | 67 | 520 | 42 | 41 |
| Binary | 1110010 | 111000 | 1001111 | 0 | 110011 | 11111 | 110111 | 101010000 | 100010 | 100001 |
Color Harmonies of #72384F
Complementary color
Monochromatic Colors of #72384F
Black with #72384F
Text Example
Text Example
White with #72384F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72384F; }
p { color: rgb(114,56,79); }
H1.HeaderClassName
{
color: #72384F;
}
.AnyTagClassName
{
color: #72384F;
}
</style>
background-color css
<style>
a { background-color: #72384F; }
a { background-color: rgb(114,56,79); }
div.DivClassName
{
background-color: #72384F;
}
.BgClassName
{
background-color: #72384F;
}
</style>
border-color css
<style>
span { border-color: #72384F; }
span { border-color: rgb(114,56,79); }
td.TdClassName
{
border-color: #72384F;
}
.TagClassName
{
border-color: #72384F;
}
</style>