#80354F

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

Shades of Flirt #80354F

Tints of Flirt #80354F

Color information

#80354F (or 0x80354F) is unknown color: approx Flirt. HEX triplet: 80, 35 and 4F. RGB value is (128,53,79). Sum of RGB (Red+Green+Blue) = 128+53+79=260 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.23% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 79 (31.25% from 255 or 30.38% from 260); Max value from RGB is 128 - color contains mainly: red. Hex color #80354F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80354F is #7FCAB0. Grayscale: #4E4E4E. Windows color (decimal): -8374961 or 5191040. OLE color: 5191040.

HSL color Cylindrical-coordinate representation of color #80354F: hue angle of 339.2º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80354F is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB1285379-
CMYK00.590.380.50
HSL339.2º41.44%35.49%-
HSV(B)339.2º58.59%50.2%-
XYZ11.597.78.27-
YUV78.39128.35163.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.23%
GREEN value IS 53 (21.09% from 255) = 20.38%
BLUE value IS 79 (31.25% from 255) = 30.38%
R=49.23%
G=20.38%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128537900.590.380.50339.241.4435.49
Hex80354F03B26321532923
Octal2006511707346625235143
Binary1000000011010110011110111011100110110010101010011101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80354F; }

 p { color: rgb(128,53,79); }

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

<style>
 a { background-color: #80354F; }

 a { background-color: rgb(128,53,79); }

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

<style>
 span { border-color: #80354F; }

 span { border-color: rgb(128,53,79); }

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