#78314B

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

Shades of Flirt #78314B

Tints of Flirt #78314B

Color information

#78314B (or 0x78314B) is unknown color: approx Flirt. HEX triplet: 78, 31 and 4B. RGB value is (120,49,75). Sum of RGB (Red+Green+Blue) = 120+49+75=244 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.18% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 120 - color contains mainly: red. Hex color #78314B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78314B is #87CEB4. Grayscale: #494949. Windows color (decimal): -8900277 or 4927864. OLE color: 4927864.

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

Color convert

RGB1204975-
CMYK00.590.370.53
HSL338.03º42.01%33.14%-
HSV(B)338.03º59.17%47.06%-
XYZ10.116.77.42-
YUV73.19129.02161.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.18%
GREEN value IS 49 (19.53% from 255) = 20.08%
BLUE value IS 75 (29.69% from 255) = 30.74%
R=49.18%
G=20.08%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120497500.590.370.53338.0342.0133.14
Hex78314B03B25351522a21
Octal1706111307345655225241
Binary111100011000110010110111011100101110101101010010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78314B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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