#78254A

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

Shades of Flirt #78254A

Tints of Flirt #78254A

Color information

#78254A (or 0x78254A) is unknown color: approx Flirt. HEX triplet: 78, 25 and 4A. RGB value is (120,37,74). Sum of RGB (Red+Green+Blue) = 120+37+74=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #78254A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78254A is #87DAB5. Grayscale: #414141. Windows color (decimal): -8903350 or 4859256. OLE color: 4859256.

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

Color convert

RGB1203774-
CMYK00.690.380.53
HSL333.25º52.87%30.78%-
HSV(B)333.25º69.17%47.06%-
XYZ9.645.817.09-
YUV66.04132.5166.49-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.95%
GREEN value IS 37 (14.84% from 255) = 16.02%
BLUE value IS 74 (29.30% from 255) = 32.03%
R=51.95%
G=16.02%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120377400.690.380.53333.2552.8730.78
Hex78254A045263514d351f
Octal17045112010546655156537
Binary111100010010110010100100010110011011010110100110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78254A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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