#78284C

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

Shades of Flirt #78284C

Tints of Flirt #78284C

Color information

#78284C (or 0x78284C) is unknown color: approx Flirt. HEX triplet: 78, 28 and 4C. RGB value is (120,40,76). Sum of RGB (Red+Green+Blue) = 120+40+76=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #78284C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78284C is #87D7B3. Grayscale: #434343. Windows color (decimal): -8902580 or 4991096. OLE color: 4991096.

HSL color Cylindrical-coordinate representation of color #78284C: hue angle of 333º 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 #78284C is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1204076-
CMYK00.670.370.53
HSL333º50%31.37%-
HSV(B)333º66.67%47.06%-
XYZ9.816.037.48-
YUV68.02132.5165.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.85%
GREEN value IS 40 (16.02% from 255) = 16.95%
BLUE value IS 76 (30.08% from 255) = 32.20%
R=50.85%
G=16.95%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120407600.670.370.533335031.37
Hex78284C043253514d321f
Octal17050114010345655156237
Binary111100010100010011000100001110010111010110100110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78284C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78284C; }

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

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

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

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

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

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

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

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