#80314A

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

Shades of Flirt #80314A

Tints of Flirt #80314A

Color information

#80314A (or 0x80314A) is unknown color: approx Flirt. HEX triplet: 80, 31 and 4A. RGB value is (128,49,74). Sum of RGB (Red+Green+Blue) = 128+49+74=251 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.00% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 128 - color contains mainly: red. Hex color #80314A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80314A is #7FCEB5. Grayscale: #4B4B4B. Windows color (decimal): -8375990 or 4862336. OLE color: 4862336.

HSL color Cylindrical-coordinate representation of color #80314A: hue angle of 341.01º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80314A is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB1284974-
CMYK00.620.420.50
HSL341.01º44.63%34.71%-
HSV(B)341.01º61.72%50.2%-
XYZ11.247.287.29-
YUV75.47127.17165.47-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.00%
GREEN value IS 49 (19.53% from 255) = 19.52%
BLUE value IS 74 (29.30% from 255) = 29.48%
R=51.00%
G=19.52%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128497400.620.420.50341.0144.6334.71
Hex80314A03E2A321552d23
Octal2006111207652625255543
Binary1000000011000110010100111110101010110010101010101101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80314A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,49,74); }

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

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

 a { background-color: rgb(128,49,74); }

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

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

 span { border-color: rgb(128,49,74); }

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