Shades of Flirt #72354B
Tints of Flirt #72354B
RGB
CMYK
RGB Variations
Color information
#72354B (or 0x72354B) is known color: Flirt. HEX triplet: 72, 35 and 4B. RGB value is (114,53,75). Sum of RGB (Red+Green+Blue) = 114+53+75=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #72354B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72354B is #8DCAB4. Grayscale: #494949. Windows color (decimal): -9292469 or 4928882. OLE color: 4928882.
HSL color Cylindrical-coordinate representation of color #72354B: hue angle of 338.36º 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 #72354B is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 53 | 75 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.55 |
| HSL | 338.36º | 0.37% | 0.33% | - |
| HSV(B) | 338.36º | 0.54% | 0.45% | - |
| XYZ | 9.48 | 6.63 | 7.44 | - |
| YUV | 73.75 | 128.71 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 53 | 75 | 0 | 0.54 | 0.34 | 0.55 | 338.36 | 0.37 | 0.33 |
| Hex | 72 | 35 | 4B | 0 | 36 | 22 | 37 | 152 | 25 | 21 |
| Octal | 162 | 65 | 113 | 0 | 66 | 42 | 67 | 522 | 45 | 41 |
| Binary | 1110010 | 110101 | 1001011 | 0 | 110110 | 100010 | 110111 | 101010010 | 100101 | 100001 |
Color Harmonies of #72354B
Complementary color
Monochromatic Colors of #72354B
Black with #72354B
Text Example
Text Example
White with #72354B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72354B; }
p { color: rgb(114,53,75); }
H1.HeaderClassName
{
color: #72354B;
}
.AnyTagClassName
{
color: #72354B;
}
</style>
background-color css
<style>
a { background-color: #72354B; }
a { background-color: rgb(114,53,75); }
div.DivClassName
{
background-color: #72354B;
}
.BgClassName
{
background-color: #72354B;
}
</style>
border-color css
<style>
span { border-color: #72354B; }
span { border-color: rgb(114,53,75); }
td.TdClassName
{
border-color: #72354B;
}
.TagClassName
{
border-color: #72354B;
}
</style>