#80264B

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

Shades of Flirt #80264B

Tints of Flirt #80264B

Color information

#80264B (or 0x80264B) is unknown color: approx Flirt. HEX triplet: 80, 26 and 4B. RGB value is (128,38,75). Sum of RGB (Red+Green+Blue) = 128+38+75=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #80264B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80264B is #7FD9B4. Grayscale: #454545. Windows color (decimal): -8378805 or 4925056. OLE color: 4925056.

HSL color Cylindrical-coordinate representation of color #80264B: hue angle of 335.33º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80264B is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB1283875-
CMYK00.700.410.50
HSL335.33º54.22%32.55%-
HSV(B)335.33º70.31%50.2%-
XYZ10.876.487.34-
YUV69.13131.32169.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.11%
GREEN value IS 38 (15.23% from 255) = 15.77%
BLUE value IS 75 (29.69% from 255) = 31.12%
R=53.11%
G=15.77%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128387500.700.410.50335.3354.2232.55
Hex80264B046293214f3621
Octal20046113010651625176641
Binary10000000100110100101101000110101001110010101001111110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80264B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,38,75); }

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

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

 a { background-color: rgb(128,38,75); }

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

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

 span { border-color: rgb(128,38,75); }

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