#78284A

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

Shades of Flirt #78284A

Tints of Flirt #78284A

Color information

#78284A (or 0x78284A) is unknown color: approx Flirt. HEX triplet: 78, 28 and 4A. RGB value is (120,40,74). Sum of RGB (Red+Green+Blue) = 120+40+74=234 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.28% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 120 - color contains mainly: red. Hex color #78284A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78284A is #87D7B5. Grayscale: #434343. Windows color (decimal): -8902582 or 4860024. OLE color: 4860024.

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

Color convert

RGB1204074-
CMYK00.670.380.53
HSL334.5º50%31.37%-
HSV(B)334.5º66.67%47.06%-
XYZ9.746.017.12-
YUV67.8131.5165.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.28%
GREEN value IS 40 (16.02% from 255) = 17.09%
BLUE value IS 74 (29.30% from 255) = 31.62%
R=51.28%
G=17.09%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120407400.670.380.53334.55031.37
Hex78284A043263514e321f
Octal17050112010346655166237
Binary111100010100010010100100001110011011010110100111011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78284A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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