#802646

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

Shades of Flirt #802646

Tints of Flirt #802646

Color information

#802646 (or 0x802646) is unknown color: approx Flirt. HEX triplet: 80, 26 and 46. RGB value is (128,38,70). Sum of RGB (Red+Green+Blue) = 128+38+70=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 70 (27.73% from 255 or 29.66% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #802646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802646 is #7FD9B9. Grayscale: #444444. Windows color (decimal): -8378810 or 4597376. OLE color: 4597376.

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

Color convert

RGB1283870-
CMYK00.700.450.50
HSL338.67º54.22%32.55%-
HSV(B)338.67º70.31%50.2%-
XYZ10.76.426.47-
YUV68.56128.82170.4-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.24%
GREEN value IS 38 (15.23% from 255) = 16.10%
BLUE value IS 70 (27.73% from 255) = 29.66%
R=54.24%
G=16.10%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128387000.700.450.50338.6754.2232.55
Hex8026460462D321533621
Octal20046106010655625236641
Binary10000000100110100011001000110101101110010101010011110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802646; }

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

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

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

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

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

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

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

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