#782248

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

Shades of Flirt #782248

Tints of Flirt #782248

Color information

#782248 (or 0x782248) is unknown color: approx Flirt. HEX triplet: 78, 22 and 48. RGB value is (120,34,72). Sum of RGB (Red+Green+Blue) = 120+34+72=226 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.10% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 120 - color contains mainly: red. Hex color #782248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782248 is #87DDB7. Grayscale: #3F3F3F. Windows color (decimal): -8904120 or 4727416. OLE color: 4727416.

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

Color convert

RGB1203472-
CMYK00.720.400.53
HSL333.49º55.84%30.2%-
HSV(B)333.49º71.67%47.06%-
XYZ9.495.616.71-
YUV64.05132.49167.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.10%
GREEN value IS 34 (13.67% from 255) = 15.04%
BLUE value IS 72 (28.52% from 255) = 31.86%
R=53.10%
G=15.04%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120347200.720.400.53333.4955.8430.2
Hex782248048283514d381e
Octal17042110011050655157036
Binary111100010001010010000100100010100011010110100110111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782248; }

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

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

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

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

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

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

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

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