#782848

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

Shades of Flirt #782848

Tints of Flirt #782848

Color information

#782848 (or 0x782848) is unknown color: approx Flirt. HEX triplet: 78, 28 and 48. RGB value is (120,40,72). Sum of RGB (Red+Green+Blue) = 120+40+72=232 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.72% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 120 - color contains mainly: red. Hex color #782848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782848 is #87D7B7. Grayscale: #434343. Windows color (decimal): -8902584 or 4728952. OLE color: 4728952.

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

Color convert

RGB1204072-
CMYK00.670.400.53
HSL336º50%31.37%-
HSV(B)336º66.67%47.06%-
XYZ9.675.986.77-
YUV67.57130.5165.4-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.72%
GREEN value IS 40 (16.02% from 255) = 17.24%
BLUE value IS 72 (28.52% from 255) = 31.03%
R=51.72%
G=17.24%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120407200.670.400.533365031.37
Hex7828480432835150321f
Octal17050110010350655206237
Binary111100010100010010000100001110100011010110101000011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782848; }

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

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

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

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

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

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

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

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