#78214F

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

Shades of Flirt #78214F

Tints of Flirt #78214F

Color information

#78214F (or 0x78214F) is unknown color: approx Flirt. HEX triplet: 78, 21 and 4F. RGB value is (120,33,79). Sum of RGB (Red+Green+Blue) = 120+33+79=232 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.72% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 120 - color contains mainly: red. Hex color #78214F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78214F is #87DEB0. Grayscale: #404040. Windows color (decimal): -8904369 or 5185912. OLE color: 5185912.

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

Color convert

RGB1203379-
CMYK00.720.340.53
HSL328.28º56.86%30%-
HSV(B)328.28º72.5%47.06%-
XYZ9.75.657.98-
YUV64.26136.32167.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.72%
GREEN value IS 33 (13.28% from 255) = 14.22%
BLUE value IS 79 (31.25% from 255) = 34.05%
R=51.72%
G=14.22%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120337900.720.340.53328.2856.8630
Hex78214F0482235148391e
Octal17041117011042655107136
Binary111100010000110011110100100010001011010110100100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78214F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78214F; }

 p { color: rgb(120,33,79); }

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

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

 a { background-color: rgb(120,33,79); }

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

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

 span { border-color: rgb(120,33,79); }

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