#78254E

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

Shades of Flirt #78254E

Tints of Flirt #78254E

Color information

#78254E (or 0x78254E) is unknown color: approx Flirt. HEX triplet: 78, 25 and 4E. RGB value is (120,37,78). Sum of RGB (Red+Green+Blue) = 120+37+78=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #78254E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78254E is #87DAB1. Grayscale: #424242. Windows color (decimal): -8903346 or 5121400. OLE color: 5121400.

HSL color Cylindrical-coordinate representation of color #78254E: hue angle of 330.36º 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 #78254E is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB1203778-
CMYK00.690.350.53
HSL330.36º52.87%30.78%-
HSV(B)330.36º69.17%47.06%-
XYZ9.785.877.82-
YUV66.49134.5166.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.06%
GREEN value IS 37 (14.84% from 255) = 15.74%
BLUE value IS 78 (30.86% from 255) = 33.19%
R=51.06%
G=15.74%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120377800.690.350.53330.3652.8730.78
Hex78254E045233514a351f
Octal17045116010543655126537
Binary111100010010110011100100010110001111010110100101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78254E; }

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

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

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

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

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

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

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

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