#803858

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

Shades of Flirt #803858

Tints of Flirt #803858

Color information

#803858 (or 0x803858) is unknown color: approx Flirt. HEX triplet: 80, 38 and 58. RGB value is (128,56,88). Sum of RGB (Red+Green+Blue) = 128+56+88=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 128 - color contains mainly: red. Hex color #803858 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803858 is #7FC7A7. Grayscale: #515151. Windows color (decimal): -8374184 or 5781632. OLE color: 5781632.

HSL color Cylindrical-coordinate representation of color #803858: hue angle of 333.33º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #803858 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB1285688-
CMYK00.560.310.50
HSL333.33º39.13%36.08%-
HSV(B)333.33º56.25%50.2%-
XYZ12.088.1210.16-
YUV81.18131.85161.4-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.06%
GREEN value IS 56 (22.27% from 255) = 20.59%
BLUE value IS 88 (34.77% from 255) = 32.35%
R=47.06%
G=20.59%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128568800.560.310.50333.3339.1336.08
Hex8038580381F3214d2724
Octal2007013007037625154744
Binary100000001110001011000011100011111110010101001101100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803858; }

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

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

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

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

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

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

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

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