Shades of Flirt #72365A
Tints of Flirt #72365A
RGB
CMYK
RGB Variations
Color information
#72365A (or 0x72365A) is known color: Flirt. HEX triplet: 72, 36 and 5A. RGB value is (114,54,90). Sum of RGB (Red+Green+Blue) = 114+54+90=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 114 - color contains mainly: red. Hex color #72365A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72365A is #8DC9A5. Grayscale: #4B4B4B. Windows color (decimal): -9292198 or 5912178. OLE color: 5912178.
HSL color Cylindrical-coordinate representation of color #72365A: hue angle of 324º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72365A is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 54 | 90 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.55 |
| HSL | 324º | 0.36% | 0.33% | - |
| HSV(B) | 324º | 0.53% | 0.45% | - |
| XYZ | 10.1 | 6.95 | 10.48 | - |
| YUV | 76.04 | 135.88 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 54 | 90 | 0 | 0.53 | 0.21 | 0.55 | 324 | 0.36 | 0.33 |
| Hex | 72 | 36 | 5A | 0 | 35 | 15 | 37 | 144 | 24 | 21 |
| Octal | 162 | 66 | 132 | 0 | 65 | 25 | 67 | 504 | 44 | 41 |
| Binary | 1110010 | 110110 | 1011010 | 0 | 110101 | 10101 | 110111 | 101000100 | 100100 | 100001 |
Color Harmonies of #72365A
Complementary color
Monochromatic Colors of #72365A
Black with #72365A
Text Example
Text Example
White with #72365A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72365A; }
p { color: rgb(114,54,90); }
H1.HeaderClassName
{
color: #72365A;
}
.AnyTagClassName
{
color: #72365A;
}
</style>
background-color css
<style>
a { background-color: #72365A; }
a { background-color: rgb(114,54,90); }
div.DivClassName
{
background-color: #72365A;
}
.BgClassName
{
background-color: #72365A;
}
</style>
border-color css
<style>
span { border-color: #72365A; }
span { border-color: rgb(114,54,90); }
td.TdClassName
{
border-color: #72365A;
}
.TagClassName
{
border-color: #72365A;
}
</style>