#803C58

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

Shades of Flirt #803C58

Tints of Flirt #803C58

Color information

#803C58 (or 0x803C58) is unknown color: approx Flirt. HEX triplet: 80, 3C and 58. RGB value is (128,60,88). Sum of RGB (Red+Green+Blue) = 128+60+88=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 128 - color contains mainly: red. Hex color #803C58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803C58 is #7FC3A7. Grayscale: #535353. Windows color (decimal): -8373160 or 5782656. OLE color: 5782656.

HSL color Cylindrical-coordinate representation of color #803C58: hue angle of 335.29º 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 #803C58 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB1286088-
CMYK00.530.310.50
HSL335.29º36.17%36.86%-
HSV(B)335.29º53.12%50.2%-
XYZ12.288.5310.23-
YUV83.52130.53159.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.38%
GREEN value IS 60 (23.83% from 255) = 21.74%
BLUE value IS 88 (34.77% from 255) = 31.88%
R=46.38%
G=21.74%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128608800.530.310.50335.2936.1736.86
Hex803C580351F3214f2425
Octal2007413006537625174445
Binary100000001111001011000011010111111110010101001111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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