#80254C

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

Shades of Flirt #80254C

Tints of Flirt #80254C

Color information

#80254C (or 0x80254C) is unknown color: approx Flirt. HEX triplet: 80, 25 and 4C. RGB value is (128,37,76). Sum of RGB (Red+Green+Blue) = 128+37+76=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #80254C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80254C is #7FDAB3. Grayscale: #444444. Windows color (decimal): -8379060 or 4990336. OLE color: 4990336.

HSL color Cylindrical-coordinate representation of color #80254C: hue angle of 334.29º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #80254C is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB1283776-
CMYK00.710.410.50
HSL334.29º55.15%32.35%-
HSV(B)334.29º71.09%50.2%-
XYZ10.876.437.51-
YUV68.66132.15170.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.11%
GREEN value IS 37 (14.84% from 255) = 15.35%
BLUE value IS 76 (30.08% from 255) = 31.54%
R=53.11%
G=15.35%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128377600.710.410.50334.2955.1532.35
Hex80254C047293214e3720
Octal20045114010751625166740
Binary10000000100101100110001000111101001110010101001110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80254C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80254C; }

 p { color: rgb(128,37,76); }

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

<style>
 a { background-color: #80254C; }

 a { background-color: rgb(128,37,76); }

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

<style>
 span { border-color: #80254C; }

 span { border-color: rgb(128,37,76); }

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