#782646

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

Shades of Flirt #782646

Tints of Flirt #782646

Color information

#782646 (or 0x782646) is unknown color: approx Flirt. HEX triplet: 78, 26 and 46. RGB value is (120,38,70). Sum of RGB (Red+Green+Blue) = 120+38+70=228 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.63% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 70 (27.73% from 255 or 30.70% from 228); Max value from RGB is 120 - color contains mainly: red. Hex color #782646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782646 is #87D9B9. Grayscale: #424242. Windows color (decimal): -8903098 or 4597368. OLE color: 4597368.

HSL color Cylindrical-coordinate representation of color #782646: hue angle of 336.59º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #782646 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB1203870-
CMYK00.680.420.53
HSL336.59º51.9%30.98%-
HSV(B)336.59º68.33%47.06%-
XYZ9.545.826.41-
YUV66.17130.17166.4-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.63%
GREEN value IS 38 (15.23% from 255) = 16.67%
BLUE value IS 70 (27.73% from 255) = 30.70%
R=52.63%
G=16.67%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120387000.680.420.53336.5951.930.98
Hex7826460442A35151341f
Octal17046106010452655216437
Binary111100010011010001100100010010101011010110101000111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782646; }

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

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

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

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

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

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

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

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