#782548

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

Shades of Flirt #782548

Tints of Flirt #782548

Color information

#782548 (or 0x782548) is unknown color: approx Flirt. HEX triplet: 78, 25 and 48. RGB value is (120,37,72). Sum of RGB (Red+Green+Blue) = 120+37+72=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #782548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782548 is #87DAB7. Grayscale: #414141. Windows color (decimal): -8903352 or 4728184. OLE color: 4728184.

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

Color convert

RGB1203772-
CMYK00.690.400.53
HSL334.7º52.87%30.78%-
HSV(B)334.7º69.17%47.06%-
XYZ9.585.786.74-
YUV65.81131.5166.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.40%
GREEN value IS 37 (14.84% from 255) = 16.16%
BLUE value IS 72 (28.52% from 255) = 31.44%
R=52.40%
G=16.16%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120377200.690.400.53334.752.8730.78
Hex782548045283514f351f
Octal17045110010550655176537
Binary111100010010110010000100010110100011010110100111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782548; }

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

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

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

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

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

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

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

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