Shades of Flirt #72354C
Tints of Flirt #72354C
RGB
CMYK
RGB Variations
Color information
#72354C (or 0x72354C) is known color: Flirt. HEX triplet: 72, 35 and 4C. RGB value is (114,53,76). Sum of RGB (Red+Green+Blue) = 114+53+76=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #72354C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72354C is #8DCAB3. Grayscale: #494949. Windows color (decimal): -9292468 or 4994418. OLE color: 4994418.
HSL color Cylindrical-coordinate representation of color #72354C: hue angle of 337.38º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72354C is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 53 | 76 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.55 |
| HSL | 337.38º | 0.37% | 0.33% | - |
| HSV(B) | 337.38º | 0.54% | 0.45% | - |
| XYZ | 9.52 | 6.65 | 7.62 | - |
| YUV | 73.86 | 129.21 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 53 | 76 | 0 | 0.54 | 0.33 | 0.55 | 337.38 | 0.37 | 0.33 |
| Hex | 72 | 35 | 4C | 0 | 36 | 21 | 37 | 151 | 25 | 21 |
| Octal | 162 | 65 | 114 | 0 | 66 | 41 | 67 | 521 | 45 | 41 |
| Binary | 1110010 | 110101 | 1001100 | 0 | 110110 | 100001 | 110111 | 101010001 | 100101 | 100001 |
Color Harmonies of #72354C
Complementary color
Monochromatic Colors of #72354C
Black with #72354C
Text Example
Text Example
White with #72354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72354C; }
p { color: rgb(114,53,76); }
H1.HeaderClassName
{
color: #72354C;
}
.AnyTagClassName
{
color: #72354C;
}
</style>
background-color css
<style>
a { background-color: #72354C; }
a { background-color: rgb(114,53,76); }
div.DivClassName
{
background-color: #72354C;
}
.BgClassName
{
background-color: #72354C;
}
</style>
border-color css
<style>
span { border-color: #72354C; }
span { border-color: rgb(114,53,76); }
td.TdClassName
{
border-color: #72354C;
}
.TagClassName
{
border-color: #72354C;
}
</style>