#78354B

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

Shades of Flirt #78354B

Tints of Flirt #78354B

Color information

#78354B (or 0x78354B) is unknown color: approx Flirt. HEX triplet: 78, 35 and 4B. RGB value is (120,53,75). Sum of RGB (Red+Green+Blue) = 120+53+75=248 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.39% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 120 - color contains mainly: red. Hex color #78354B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78354B is #87CAB4. Grayscale: #4B4B4B. Windows color (decimal): -8899253 or 4928888. OLE color: 4928888.

HSL color Cylindrical-coordinate representation of color #78354B: hue angle of 340.3º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #78354B is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1205375-
CMYK00.560.370.53
HSL340.3º38.73%33.92%-
HSV(B)340.3º55.83%47.06%-
XYZ10.297.057.47-
YUV75.54127.7159.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.39%
GREEN value IS 53 (21.09% from 255) = 21.37%
BLUE value IS 75 (29.69% from 255) = 30.24%
R=48.39%
G=21.37%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120537500.560.370.53340.338.7333.92
Hex78354B03825351542722
Octal1706511307045655244742
Binary111100011010110010110111000100101110101101010100100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78354B; }

 p { color: rgb(120,53,75); }

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

<style>
 a { background-color: #78354B; }

 a { background-color: rgb(120,53,75); }

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

<style>
 span { border-color: #78354B; }

 span { border-color: rgb(120,53,75); }

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