Shades of Flirt #782343
Tints of Flirt #782343
RGB
CMYK
RGB Variations
Color information
#782343 (or 0x782343) is known color: Flirt. HEX triplet: 78, 23 and 43. RGB value is (120,35,67). Sum of RGB (Red+Green+Blue) = 120+35+67=222 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.05% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 67 (26.56% from 255 or 30.18% from 222); Max value from RGB is 120 - color contains mainly: red. Hex color #782343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782343 is #87DCBC. Grayscale: #404040. Windows color (decimal): -8903869 or 4399992. OLE color: 4399992.
HSL color Cylindrical-coordinate representation of color #782343: hue angle of 337.41º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #782343 is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 35 | 67 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.53 |
| HSL | 337.41º | 0.55% | 0.3% | - |
| HSV(B) | 337.41º | 0.71% | 0.47% | - |
| XYZ | 9.36 | 5.6 | 5.9 | - |
| YUV | 64.06 | 129.66 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 35 | 67 | 0 | 0.71 | 0.44 | 0.53 | 337.41 | 0.55 | 0.3 |
| Hex | 78 | 23 | 43 | 0 | 47 | 2C | 35 | 151 | 37 | 1E |
| Octal | 170 | 43 | 103 | 0 | 107 | 54 | 65 | 521 | 67 | 36 |
| Binary | 1111000 | 100011 | 1000011 | 0 | 1000111 | 101100 | 110101 | 101010001 | 110111 | 11110 |
Color Harmonies of #782343
Complementary color
Monochromatic Colors of #782343
Black with #782343
Text Example
Text Example
White with #782343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782343; }
p { color: rgb(120,35,67); }
H1.HeaderClassName
{
color: #782343;
}
.AnyTagClassName
{
color: #782343;
}
</style>
background-color css
<style>
a { background-color: #782343; }
a { background-color: rgb(120,35,67); }
div.DivClassName
{
background-color: #782343;
}
.BgClassName
{
background-color: #782343;
}
</style>
border-color css
<style>
span { border-color: #782343; }
span { border-color: rgb(120,35,67); }
td.TdClassName
{
border-color: #782343;
}
.TagClassName
{
border-color: #782343;
}
</style>