#803351

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

Shades of Flirt #803351

Tints of Flirt #803351

Color information

#803351 (or 0x803351) is unknown color: approx Flirt. HEX triplet: 80, 33 and 51. RGB value is (128,51,81). Sum of RGB (Red+Green+Blue) = 128+51+81=260 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.23% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 81 (32.03% from 255 or 31.15% from 260); Max value from RGB is 128 - color contains mainly: red. Hex color #803351 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803351 is #7FCCAE. Grayscale: #4D4D4D. Windows color (decimal): -8375471 or 5321600. OLE color: 5321600.

HSL color Cylindrical-coordinate representation of color #803351: hue angle of 336.62º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #803351 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.50.

Color convert

RGB1285181-
CMYK00.600.370.50
HSL336.62º43.02%35.1%-
HSV(B)336.62º60.16%50.2%-
XYZ11.577.558.63-
YUV77.44130.01164.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.23%
GREEN value IS 51 (20.31% from 255) = 19.62%
BLUE value IS 81 (32.03% from 255) = 31.15%
R=49.23%
G=19.62%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.37
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128518100.600.370.50336.6243.0235.1
Hex80335103C25321512b23
Octal2006312107445625215343
Binary1000000011001110100010111100100101110010101010001101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803351; }

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

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

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

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

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

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

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

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