Shades of Flirt #72314B
Tints of Flirt #72314B
RGB
CMYK
RGB Variations
Color information
#72314B (or 0x72314B) is known color: Flirt. HEX triplet: 72, 31 and 4B. RGB value is (114,49,75). Sum of RGB (Red+Green+Blue) = 114+49+75=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 114 - color contains mainly: red. Hex color #72314B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72314B is #8DCEB4. Grayscale: #474747. Windows color (decimal): -9293493 or 4927858. OLE color: 4927858.
HSL color Cylindrical-coordinate representation of color #72314B: hue angle of 336º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #72314B is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 49 | 75 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.55 |
| HSL | 336º | 0.4% | 0.32% | - |
| HSV(B) | 336º | 0.57% | 0.45% | - |
| XYZ | 9.31 | 6.28 | 7.38 | - |
| YUV | 71.4 | 130.03 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 49 | 75 | 0 | 0.57 | 0.34 | 0.55 | 336 | 0.4 | 0.32 |
| Hex | 72 | 31 | 4B | 0 | 39 | 22 | 37 | 150 | 28 | 20 |
| Octal | 162 | 61 | 113 | 0 | 71 | 42 | 67 | 520 | 50 | 40 |
| Binary | 1110010 | 110001 | 1001011 | 0 | 111001 | 100010 | 110111 | 101010000 | 101000 | 100000 |
Color Harmonies of #72314B
Complementary color
Monochromatic Colors of #72314B
Black with #72314B
Text Example
Text Example
White with #72314B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72314B; }
p { color: rgb(114,49,75); }
H1.HeaderClassName
{
color: #72314B;
}
.AnyTagClassName
{
color: #72314B;
}
</style>
background-color css
<style>
a { background-color: #72314B; }
a { background-color: rgb(114,49,75); }
div.DivClassName
{
background-color: #72314B;
}
.BgClassName
{
background-color: #72314B;
}
</style>
border-color css
<style>
span { border-color: #72314B; }
span { border-color: rgb(114,49,75); }
td.TdClassName
{
border-color: #72314B;
}
.TagClassName
{
border-color: #72314B;
}
</style>