#782348

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

Shades of Flirt #782348

Tints of Flirt #782348

Color information

#782348 (or 0x782348) is unknown color: approx Flirt. HEX triplet: 78, 23 and 48. RGB value is (120,35,72). Sum of RGB (Red+Green+Blue) = 120+35+72=227 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.86% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 120 - color contains mainly: red. Hex color #782348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782348 is #87DCB7. Grayscale: #404040. Windows color (decimal): -8903864 or 4727672. OLE color: 4727672.

HSL color Cylindrical-coordinate representation of color #782348: hue angle of 333.88º 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 #782348 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB1203572-
CMYK00.710.400.53
HSL333.88º54.84%30.39%-
HSV(B)333.88º70.83%47.06%-
XYZ9.525.666.72-
YUV64.63132.16167.49-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.86%
GREEN value IS 35 (14.06% from 255) = 15.42%
BLUE value IS 72 (28.52% from 255) = 31.72%
R=52.86%
G=15.42%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120357200.710.400.53333.8854.8430.39
Hex782348047283514e371e
Octal17043110010750655166736
Binary111100010001110010000100011110100011010110100111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782348; }

 p { color: rgb(120,35,72); }

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

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

 a { background-color: rgb(120,35,72); }

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

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

 span { border-color: rgb(120,35,72); }

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