Shades of Flirt #782D45
Tints of Flirt #782D45
RGB
CMYK
RGB Variations
Color information
#782D45 (or 0x782D45) is known color: Flirt. HEX triplet: 78, 2D and 45. RGB value is (120,45,69). Sum of RGB (Red+Green+Blue) = 120+45+69=234 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.28% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 69 (27.34% from 255 or 29.49% from 234); Max value from RGB is 120 - color contains mainly: red. Hex color #782D45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782D45 is #87D2BA. Grayscale: #464646. Windows color (decimal): -8901307 or 4533624. OLE color: 4533624.
HSL color Cylindrical-coordinate representation of color #782D45: hue angle of 340.8º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #782D45 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 45 | 69 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.53 |
| HSL | 340.8º | 0.45% | 0.32% | - |
| HSV(B) | 340.8º | 0.63% | 0.47% | - |
| XYZ | 9.76 | 6.3 | 6.33 | - |
| YUV | 70.16 | 127.35 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 45 | 69 | 0 | 0.63 | 0.42 | 0.53 | 340.8 | 0.45 | 0.32 |
| Hex | 78 | 2D | 45 | 0 | 3F | 2A | 35 | 155 | 2D | 20 |
| Octal | 170 | 55 | 105 | 0 | 77 | 52 | 65 | 525 | 55 | 40 |
| Binary | 1111000 | 101101 | 1000101 | 0 | 111111 | 101010 | 110101 | 101010101 | 101101 | 100000 |
Color Harmonies of #782D45
Complementary color
Monochromatic Colors of #782D45
Black with #782D45
Text Example
Text Example
White with #782D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782D45; }
p { color: rgb(120,45,69); }
H1.HeaderClassName
{
color: #782D45;
}
.AnyTagClassName
{
color: #782D45;
}
</style>
background-color css
<style>
a { background-color: #782D45; }
a { background-color: rgb(120,45,69); }
div.DivClassName
{
background-color: #782D45;
}
.BgClassName
{
background-color: #782D45;
}
</style>
border-color css
<style>
span { border-color: #782D45; }
span { border-color: rgb(120,45,69); }
td.TdClassName
{
border-color: #782D45;
}
.TagClassName
{
border-color: #782D45;
}
</style>