#803457

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

Shades of Flirt #803457

Tints of Flirt #803457

Color information

#803457 (or 0x803457) is unknown color: approx Flirt. HEX triplet: 80, 34 and 57. RGB value is (128,52,87). Sum of RGB (Red+Green+Blue) = 128+52+87=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 87 (34.38% from 255 or 32.58% from 267); Max value from RGB is 128 - color contains mainly: red. Hex color #803457 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803457 is #7FCBA8. Grayscale: #4E4E4E. Windows color (decimal): -8375209 or 5715072. OLE color: 5715072.

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

Color convert

RGB1285287-
CMYK00.590.320.50
HSL332.37º42.22%35.29%-
HSV(B)332.37º59.38%50.2%-
XYZ11.857.739.88-
YUV78.71132.68163.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.94%
GREEN value IS 52 (20.70% from 255) = 19.48%
BLUE value IS 87 (34.38% from 255) = 32.58%
R=47.94%
G=19.48%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128528700.590.320.50332.3742.2235.29
Hex80345703B203214c2a23
Octal2006412707340625145243
Binary1000000011010010101110111011100000110010101001100101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803457; }

 p { color: rgb(128,52,87); }

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

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

 a { background-color: rgb(128,52,87); }

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

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

 span { border-color: rgb(128,52,87); }

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