#802151

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

Shades of Flirt #802151

Tints of Flirt #802151

Color information

#802151 (or 0x802151) is unknown color: approx Flirt. HEX triplet: 80, 21 and 51. RGB value is (128,33,81). Sum of RGB (Red+Green+Blue) = 128+33+81=242 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.89% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 128 - color contains mainly: red. Hex color #802151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802151 is #7FDEAE. Grayscale: #424242. Windows color (decimal): -8380079 or 5316992. OLE color: 5316992.

HSL color Cylindrical-coordinate representation of color #802151: hue angle of 329.68º 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 #802151 is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.50.

Color convert

RGB1283381-
CMYK00.740.370.50
HSL329.68º59.01%31.57%-
HSV(B)329.68º74.22%50.2%-
XYZ10.936.278.42-
YUV66.88135.97171.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.89%
GREEN value IS 33 (13.28% from 255) = 13.64%
BLUE value IS 81 (32.03% from 255) = 33.47%
R=52.89%
G=13.64%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.37
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128338100.740.370.50329.6859.0131.57
Hex80215104A253214a3b20
Octal20041121011245625127340
Binary10000000100001101000101001010100101110010101001010111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802151; }

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

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

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

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

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

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

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

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