#802751

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

Shades of Flirt #802751

Tints of Flirt #802751

Color information

#802751 (or 0x802751) is unknown color: approx Flirt. HEX triplet: 80, 27 and 51. RGB value is (128,39,81). Sum of RGB (Red+Green+Blue) = 128+39+81=248 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.61% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 128 - color contains mainly: red. Hex color #802751 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802751 is #7FD8AE. Grayscale: #464646. Windows color (decimal): -8378543 or 5318528. OLE color: 5318528.

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

Color convert

RGB1283981-
CMYK00.700.370.50
HSL331.69º53.29%32.75%-
HSV(B)331.69º69.53%50.2%-
XYZ11.116.638.48-
YUV70.4133.99169.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.61%
GREEN value IS 39 (15.62% from 255) = 15.73%
BLUE value IS 81 (32.03% from 255) = 32.66%
R=51.61%
G=15.73%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.37
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128398100.700.370.50331.6953.2932.75
Hex802751046253214c3521
Octal20047121010645625146541
Binary10000000100111101000101000110100101110010101001100110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802751; }

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

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

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

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

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

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

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

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