#782146

Color #782146 Flirt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flirt #782146

Tints of Flirt #782146

Color information

#782146 (or 0x782146) is unknown color: approx Flirt. HEX triplet: 78, 21 and 46. RGB value is (120,33,70). Sum of RGB (Red+Green+Blue) = 120+33+70=223 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.81% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 70 (27.73% from 255 or 31.39% from 223); Max value from RGB is 120 - color contains mainly: red. Hex color #782146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782146 is #87DEB9. Grayscale: #3F3F3F. Windows color (decimal): -8904378 or 4596088. OLE color: 4596088.

HSL color Cylindrical-coordinate representation of color #782146: hue angle of 334.48º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #782146 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB1203370-
CMYK00.720.420.53
HSL334.48º56.86%30%-
HSV(B)334.48º72.5%47.06%-
XYZ9.45.526.37-
YUV63.23131.82168.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 53.81%
GREEN value IS 33 (13.28% from 255) = 14.80%
BLUE value IS 70 (27.73% from 255) = 31.39%
R=53.81%
G=14.80%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120337000.720.420.53334.4856.8630
Hex7821460482A3514e391e
Octal17041106011052655167136
Binary111100010000110001100100100010101011010110100111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782146; }

 p { color: rgb(120,33,70); }

 H1.HeaderClassName
 {
   color: #782146;
 }
 .AnyTagClassName
 {
   color: #782146;
 }
</style>
background-color css

<style>
 a { background-color: #782146; }

 a { background-color: rgb(120,33,70); }

 div.DivClassName
 {
   background-color: #782146;
 }
 .BgClassName
 {
   background-color: #782146;
 }
</style>
border-color css

<style>
 span { border-color: #782146; }

 span { border-color: rgb(120,33,70); }

 td.TdClassName
 {
   border-color: #782146;
 }
 .TagClassName
 {
   border-color: #782146;
 }
</style>