Shades of Flirt #72324B
Tints of Flirt #72324B
RGB
CMYK
RGB Variations
Color information
#72324B (or 0x72324B) is known color: Flirt. HEX triplet: 72, 32 and 4B. RGB value is (114,50,75). Sum of RGB (Red+Green+Blue) = 114+50+75=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 114 - color contains mainly: red. Hex color #72324B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72324B is #8DCDB4. Grayscale: #474747. Windows color (decimal): -9293237 or 4928114. OLE color: 4928114.
HSL color Cylindrical-coordinate representation of color #72324B: hue angle of 336.56º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #72324B is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 50 | 75 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.55 |
| HSL | 336.56º | 0.39% | 0.32% | - |
| HSV(B) | 336.56º | 0.56% | 0.45% | - |
| XYZ | 9.35 | 6.37 | 7.39 | - |
| YUV | 71.99 | 129.7 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 50 | 75 | 0 | 0.56 | 0.34 | 0.55 | 336.56 | 0.39 | 0.32 |
| Hex | 72 | 32 | 4B | 0 | 38 | 22 | 37 | 151 | 27 | 20 |
| Octal | 162 | 62 | 113 | 0 | 70 | 42 | 67 | 521 | 47 | 40 |
| Binary | 1110010 | 110010 | 1001011 | 0 | 111000 | 100010 | 110111 | 101010001 | 100111 | 100000 |
Color Harmonies of #72324B
Complementary color
Monochromatic Colors of #72324B
Black with #72324B
Text Example
Text Example
White with #72324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72324B; }
p { color: rgb(114,50,75); }
H1.HeaderClassName
{
color: #72324B;
}
.AnyTagClassName
{
color: #72324B;
}
</style>
background-color css
<style>
a { background-color: #72324B; }
a { background-color: rgb(114,50,75); }
div.DivClassName
{
background-color: #72324B;
}
.BgClassName
{
background-color: #72324B;
}
</style>
border-color css
<style>
span { border-color: #72324B; }
span { border-color: rgb(114,50,75); }
td.TdClassName
{
border-color: #72324B;
}
.TagClassName
{
border-color: #72324B;
}
</style>