Shades of Flirt #72374A
Tints of Flirt #72374A
RGB
CMYK
RGB Variations
Color information
#72374A (or 0x72374A) is known color: Flirt. HEX triplet: 72, 37 and 4A. RGB value is (114,55,74). Sum of RGB (Red+Green+Blue) = 114+55+74=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #72374A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72374A is #8DC8B5. Grayscale: #4A4A4A. Windows color (decimal): -9291958 or 4863858. OLE color: 4863858.
HSL color Cylindrical-coordinate representation of color #72374A: hue angle of 340.68º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72374A is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 55 | 74 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.55 |
| HSL | 340.68º | 0.35% | 0.33% | - |
| HSV(B) | 340.68º | 0.52% | 0.45% | - |
| XYZ | 9.54 | 6.8 | 7.29 | - |
| YUV | 74.81 | 127.55 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 55 | 74 | 0 | 0.52 | 0.35 | 0.55 | 340.68 | 0.35 | 0.33 |
| Hex | 72 | 37 | 4A | 0 | 34 | 23 | 37 | 155 | 23 | 21 |
| Octal | 162 | 67 | 112 | 0 | 64 | 43 | 67 | 525 | 43 | 41 |
| Binary | 1110010 | 110111 | 1001010 | 0 | 110100 | 100011 | 110111 | 101010101 | 100011 | 100001 |
Color Harmonies of #72374A
Complementary color
Monochromatic Colors of #72374A
Black with #72374A
Text Example
Text Example
White with #72374A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72374A; }
p { color: rgb(114,55,74); }
H1.HeaderClassName
{
color: #72374A;
}
.AnyTagClassName
{
color: #72374A;
}
</style>
background-color css
<style>
a { background-color: #72374A; }
a { background-color: rgb(114,55,74); }
div.DivClassName
{
background-color: #72374A;
}
.BgClassName
{
background-color: #72374A;
}
</style>
border-color css
<style>
span { border-color: #72374A; }
span { border-color: rgb(114,55,74); }
td.TdClassName
{
border-color: #72374A;
}
.TagClassName
{
border-color: #72374A;
}
</style>