#803C59

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

Shades of Flirt #803C59

Tints of Flirt #803C59

Color information

#803C59 (or 0x803C59) is unknown color: approx Flirt. HEX triplet: 80, 3C and 59. RGB value is (128,60,89). Sum of RGB (Red+Green+Blue) = 128+60+89=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 89 (35.16% from 255 or 32.13% from 277); Max value from RGB is 128 - color contains mainly: red. Hex color #803C59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803C59 is #7FC3A6. Grayscale: #535353. Windows color (decimal): -8373159 or 5848192. OLE color: 5848192.

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

Color convert

RGB1286089-
CMYK00.530.300.50
HSL334.41º36.17%36.86%-
HSV(B)334.41º53.12%50.2%-
XYZ12.328.5410.45-
YUV83.64131.03159.64-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.21%
GREEN value IS 60 (23.83% from 255) = 21.66%
BLUE value IS 89 (35.16% from 255) = 32.13%
R=46.21%
G=21.66%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128608900.530.300.50334.4136.1736.86
Hex803C590351E3214e2425
Octal2007413106536625164445
Binary100000001111001011001011010111110110010101001110100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,60,89); }

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

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

 a { background-color: rgb(128,60,89); }

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

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

 span { border-color: rgb(128,60,89); }

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