#78324B

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

Shades of Flirt #78324B

Tints of Flirt #78324B

Color information

#78324B (or 0x78324B) is unknown color: approx Flirt. HEX triplet: 78, 32 and 4B. RGB value is (120,50,75). Sum of RGB (Red+Green+Blue) = 120+50+75=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #78324B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78324B is #87CDB4. Grayscale: #494949. Windows color (decimal): -8900021 or 4928120. OLE color: 4928120.

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

Color convert

RGB1205075-
CMYK00.580.370.53
HSL338.57º41.18%33.33%-
HSV(B)338.57º58.33%47.06%-
XYZ10.166.787.43-
YUV73.78128.69160.97-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.98%
GREEN value IS 50 (19.92% from 255) = 20.41%
BLUE value IS 75 (29.69% from 255) = 30.61%
R=48.98%
G=20.41%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120507500.580.370.53338.5741.1833.33
Hex78324B03A25351532921
Octal1706211307245655235141
Binary111100011001010010110111010100101110101101010011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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