#803051

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

Shades of Flirt #803051

Tints of Flirt #803051

Color information

#803051 (or 0x803051) is unknown color: approx Flirt. HEX triplet: 80, 30 and 51. RGB value is (128,48,81). Sum of RGB (Red+Green+Blue) = 128+48+81=257 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.81% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 81 (32.03% from 255 or 31.52% from 257); Max value from RGB is 128 - color contains mainly: red. Hex color #803051 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803051 is #7FCFAE. Grayscale: #4B4B4B. Windows color (decimal): -8376239 or 5320832. OLE color: 5320832.

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

Color convert

RGB1284881-
CMYK00.620.370.50
HSL335.25º45.45%34.51%-
HSV(B)335.25º62.5%50.2%-
XYZ11.447.38.59-
YUV75.68131165.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.81%
GREEN value IS 48 (19.14% from 255) = 18.68%
BLUE value IS 81 (32.03% from 255) = 31.52%
R=49.81%
G=18.68%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128488100.620.370.50335.2545.4534.51
Hex80305103E253214f2d23
Octal2006012107645625175543
Binary1000000011000010100010111110100101110010101001111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803051; }

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

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

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

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

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

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

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

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