Shades of Flirt #72374C
Tints of Flirt #72374C
RGB
CMYK
RGB Variations
Color information
#72374C (or 0x72374C) is known color: Flirt. HEX triplet: 72, 37 and 4C. RGB value is (114,55,76). Sum of RGB (Red+Green+Blue) = 114+55+76=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #72374C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72374C is #8DC8B3. Grayscale: #4B4B4B. Windows color (decimal): -9291956 or 4994930. OLE color: 4994930.
HSL color Cylindrical-coordinate representation of color #72374C: hue angle of 338.64º 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 #72374C is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 55 | 76 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.55 |
| HSL | 338.64º | 0.35% | 0.33% | - |
| HSV(B) | 338.64º | 0.52% | 0.45% | - |
| XYZ | 9.61 | 6.83 | 7.65 | - |
| YUV | 75.04 | 128.55 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 55 | 76 | 0 | 0.52 | 0.33 | 0.55 | 338.64 | 0.35 | 0.33 |
| Hex | 72 | 37 | 4C | 0 | 34 | 21 | 37 | 153 | 23 | 21 |
| Octal | 162 | 67 | 114 | 0 | 64 | 41 | 67 | 523 | 43 | 41 |
| Binary | 1110010 | 110111 | 1001100 | 0 | 110100 | 100001 | 110111 | 101010011 | 100011 | 100001 |
Color Harmonies of #72374C
Complementary color
Monochromatic Colors of #72374C
Black with #72374C
Text Example
Text Example
White with #72374C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72374C; }
p { color: rgb(114,55,76); }
H1.HeaderClassName
{
color: #72374C;
}
.AnyTagClassName
{
color: #72374C;
}
</style>
background-color css
<style>
a { background-color: #72374C; }
a { background-color: rgb(114,55,76); }
div.DivClassName
{
background-color: #72374C;
}
.BgClassName
{
background-color: #72374C;
}
</style>
border-color css
<style>
span { border-color: #72374C; }
span { border-color: rgb(114,55,76); }
td.TdClassName
{
border-color: #72374C;
}
.TagClassName
{
border-color: #72374C;
}
</style>