#80214B

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

Shades of Flirt #80214B

Tints of Flirt #80214B

Color information

#80214B (or 0x80214B) is unknown color: approx Flirt. HEX triplet: 80, 21 and 4B. RGB value is (128,33,75). Sum of RGB (Red+Green+Blue) = 128+33+75=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #80214B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80214B is #7FDEB4. Grayscale: #424242. Windows color (decimal): -8380085 or 4923776. OLE color: 4923776.

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

Color convert

RGB1283375-
CMYK00.740.410.50
HSL333.47º59.01%31.57%-
HSV(B)333.47º74.22%50.2%-
XYZ10.726.187.29-
YUV66.19132.97172.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.24%
GREEN value IS 33 (13.28% from 255) = 13.98%
BLUE value IS 75 (29.69% from 255) = 31.78%
R=54.24%
G=13.98%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128337500.740.410.50333.4759.0131.57
Hex80214B04A293214d3b20
Octal20041113011251625157340
Binary10000000100001100101101001010101001110010101001101111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80214B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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