Shades of Flirt #72365B
Tints of Flirt #72365B
RGB
CMYK
RGB Variations
Color information
#72365B (or 0x72365B) is known color: Flirt. HEX triplet: 72, 36 and 5B. RGB value is (114,54,91). Sum of RGB (Red+Green+Blue) = 114+54+91=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #72365B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72365B is #8DC9A4. Grayscale: #4C4C4C. Windows color (decimal): -9292197 or 5977714. OLE color: 5977714.
HSL color Cylindrical-coordinate representation of color #72365B: hue angle of 323º 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 #72365B is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 54 | 91 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.55 |
| HSL | 323º | 0.36% | 0.33% | - |
| HSV(B) | 323º | 0.53% | 0.45% | - |
| XYZ | 10.15 | 6.97 | 10.71 | - |
| YUV | 76.16 | 136.38 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 54 | 91 | 0 | 0.53 | 0.20 | 0.55 | 323 | 0.36 | 0.33 |
| Hex | 72 | 36 | 5B | 0 | 35 | 14 | 37 | 143 | 24 | 21 |
| Octal | 162 | 66 | 133 | 0 | 65 | 24 | 67 | 503 | 44 | 41 |
| Binary | 1110010 | 110110 | 1011011 | 0 | 110101 | 10100 | 110111 | 101000011 | 100100 | 100001 |
Color Harmonies of #72365B
Complementary color
Monochromatic Colors of #72365B
Black with #72365B
Text Example
Text Example
White with #72365B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72365B; }
p { color: rgb(114,54,91); }
H1.HeaderClassName
{
color: #72365B;
}
.AnyTagClassName
{
color: #72365B;
}
</style>
background-color css
<style>
a { background-color: #72365B; }
a { background-color: rgb(114,54,91); }
div.DivClassName
{
background-color: #72365B;
}
.BgClassName
{
background-color: #72365B;
}
</style>
border-color css
<style>
span { border-color: #72365B; }
span { border-color: rgb(114,54,91); }
td.TdClassName
{
border-color: #72365B;
}
.TagClassName
{
border-color: #72365B;
}
</style>