Shades of Flirt #712945
Tints of Flirt #712945
RGB
CMYK
RGB Variations
Color information
#712945 (or 0x712945) is known color: Flirt. HEX triplet: 71, 29 and 45. RGB value is (113,41,69). Sum of RGB (Red+Green+Blue) = 113+41+69=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 69 (27.34% from 255 or 30.94% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #712945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712945 is #8ED6BA. Grayscale: #414141. Windows color (decimal): -9361083 or 4532593. OLE color: 4532593.
HSL color Cylindrical-coordinate representation of color #712945: hue angle of 336.67º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #712945 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 41 | 69 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.56 |
| HSL | 336.67º | 0.47% | 0.3% | - |
| HSV(B) | 336.67º | 0.64% | 0.44% | - |
| XYZ | 8.68 | 5.53 | 6.24 | - |
| YUV | 65.72 | 129.85 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 41 | 69 | 0 | 0.64 | 0.39 | 0.56 | 336.67 | 0.47 | 0.3 |
| Hex | 71 | 29 | 45 | 0 | 40 | 27 | 38 | 151 | 2F | 1E |
| Octal | 161 | 51 | 105 | 0 | 100 | 47 | 70 | 521 | 57 | 36 |
| Binary | 1110001 | 101001 | 1000101 | 0 | 1000000 | 100111 | 111000 | 101010001 | 101111 | 11110 |
Color Harmonies of #712945
Complementary color
Monochromatic Colors of #712945
Black with #712945
Text Example
Text Example
White with #712945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712945; }
p { color: rgb(113,41,69); }
H1.HeaderClassName
{
color: #712945;
}
.AnyTagClassName
{
color: #712945;
}
</style>
background-color css
<style>
a { background-color: #712945; }
a { background-color: rgb(113,41,69); }
div.DivClassName
{
background-color: #712945;
}
.BgClassName
{
background-color: #712945;
}
</style>
border-color css
<style>
span { border-color: #712945; }
span { border-color: rgb(113,41,69); }
td.TdClassName
{
border-color: #712945;
}
.TagClassName
{
border-color: #712945;
}
</style>