#803A57

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

Shades of Flirt #803A57

Tints of Flirt #803A57

Color information

#803A57 (or 0x803A57) is unknown color: approx Flirt. HEX triplet: 80, 3A and 57. RGB value is (128,58,87). Sum of RGB (Red+Green+Blue) = 128+58+87=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 87 (34.38% from 255 or 31.87% from 273); Max value from RGB is 128 - color contains mainly: red. Hex color #803A57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803A57 is #7FC5A8. Grayscale: #525252. Windows color (decimal): -8373673 or 5716608. OLE color: 5716608.

HSL color Cylindrical-coordinate representation of color #803A57: hue angle of 335.14º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #803A57 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.50.

Color convert

RGB1285887-
CMYK00.550.320.50
HSL335.14º37.63%36.47%-
HSV(B)335.14º54.69%50.2%-
XYZ12.148.39.98-
YUV82.24130.69160.64-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.89%
GREEN value IS 58 (23.05% from 255) = 21.25%
BLUE value IS 87 (34.38% from 255) = 31.87%
R=46.89%
G=21.25%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128588700.550.320.50335.1437.6336.47
Hex803A57037203214f2624
Octal2007212706740625174644
Binary1000000011101010101110110111100000110010101001111100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803A57; }

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

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

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

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

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

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

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

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