#80274E

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

Shades of Flirt #80274E

Tints of Flirt #80274E

Color information

#80274E (or 0x80274E) is unknown color: approx Flirt. HEX triplet: 80, 27 and 4E. RGB value is (128,39,78). Sum of RGB (Red+Green+Blue) = 128+39+78=245 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.24% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 128 - color contains mainly: red. Hex color #80274E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80274E is #7FD8B1. Grayscale: #454545. Windows color (decimal): -8378546 or 5121920. OLE color: 5121920.

HSL color Cylindrical-coordinate representation of color #80274E: hue angle of 333.71º degrees, saturation: 0.53, 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 #80274E is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB1283978-
CMYK00.700.390.50
HSL333.71º53.29%32.75%-
HSV(B)333.71º69.53%50.2%-
XYZ116.597.9-
YUV70.06132.49169.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.24%
GREEN value IS 39 (15.62% from 255) = 15.92%
BLUE value IS 78 (30.86% from 255) = 31.84%
R=52.24%
G=15.92%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128397800.700.390.50333.7153.2932.75
Hex80274E046273214e3521
Octal20047116010647625166541
Binary10000000100111100111001000110100111110010101001110110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80274E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80274E; }

 p { color: rgb(128,39,78); }

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

<style>
 a { background-color: #80274E; }

 a { background-color: rgb(128,39,78); }

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

<style>
 span { border-color: #80274E; }

 span { border-color: rgb(128,39,78); }

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