#803156

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

Shades of Flirt #803156

Tints of Flirt #803156

Color information

#803156 (or 0x803156) is unknown color: approx Flirt. HEX triplet: 80, 31 and 56. RGB value is (128,49,86). Sum of RGB (Red+Green+Blue) = 128+49+86=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 128 - color contains mainly: red. Hex color #803156 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803156 is #7FCEA9. Grayscale: #4C4C4C. Windows color (decimal): -8375978 or 5648768. OLE color: 5648768.

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

Color convert

RGB1284986-
CMYK00.620.330.50
HSL331.9º44.63%34.71%-
HSV(B)331.9º61.72%50.2%-
XYZ11.687.469.63-
YUV76.84133.17164.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.67%
GREEN value IS 49 (19.53% from 255) = 18.63%
BLUE value IS 86 (33.98% from 255) = 32.70%
R=48.67%
G=18.63%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128498600.620.330.50331.944.6334.71
Hex80315603E213214c2d23
Octal2006112607641625145543
Binary1000000011000110101100111110100001110010101001100101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803156; }

 p { color: rgb(128,49,86); }

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

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

 a { background-color: rgb(128,49,86); }

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

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

 span { border-color: rgb(128,49,86); }

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